commit | 2c7eaa43c3bb7b3b9fe2051d17f308c1f0728c78 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Mon Jun 15 22:16:10 2009 +0200 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Mon Jun 15 22:16:10 2009 +0200 |
tree | 1b359598ea212bf7036bcc018186e0a8f20ac5f4 | |
parent | a9c415090710a108edcd81b3392b90396f190a9a [diff] |
ide: BUG() on unknown requests 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>