aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/lpddr/lpddr_cmds.c
diff options
context:
space:
mode:
authorAlan Cox <[email protected]>2009-06-22 18:42:29 +0100
committerLinus Torvalds <[email protected]>2009-06-22 11:32:24 -0700
commita6540f731d506d9e82444cf0020e716613d4c46c (patch)
tree07482a4a9da12f754231598371d0bf5e1f691c66 /drivers/mtd/lpddr/lpddr_cmds.c
parenta115902f67ef51fbbe83e214fb761aaa9734c1ce (diff)
ppp: Fix throttling bugs
The ppp layer goes around calling the unthrottle method from non sleeping paths. This isn't safe because the unthrottle methods in the tty layer need to be able to sleep (consider a USB dongle). Until now this didn't show up because the ppp layer never actually throttled a port so the unthrottle was always a no-op. Currently it's a mutex taking path so warnings are spewed if the unthrottle occurs via certain paths. Fix this by removing the unneccessary unthrottle calls. Signed-off-by: Alan Cox <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions