git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9c4150
)
ide: BUG() on unknown requests
author
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Mon, 15 Jun 2009 20:16:10 +0000
(22:16 +0200)
committer
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Mon, 15 Jun 2009 20:16:10 +0000
(22:16 +0200)
Unsupported requests should be never handed down to device drivers
and the best thing we can do upon discovering such request inside
driver's ->do_request method is to just BUG().
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
No differences found