]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging/mei: remove BUG_ON for testing of the response buffer size overflow
authorTomas Winkler <tomas.winkler@intel.com>
Sun, 27 Nov 2011 19:43:32 +0000 (21:43 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 27 Nov 2011 21:46:17 +0000 (06:46 +0900)
commit2bcfaa1fa2c21f948f2f08fb07c28226fb9d0dcb
tree577da8db638bcc22687a3d71e89abb9f044c312e
parentef497f46c372d31b1bcbde907a293ce12a183024
staging/mei: remove BUG_ON for testing of the response buffer size overflow

We can remove BUG_ON in mei_irq_thread_read_client_message()
as the testing for response buffer size overflow has already
graceful handling in place.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/mei/interrupt.c