From: Michal Nazarewicz Date: Thu, 11 Sep 2014 16:52:49 +0000 (+0200) Subject: usb: f_fs: replace BUG in dead-code with less serious WARN_ON X-Git-Tag: fixes-for-v3.18-merge-window~16^2~118^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe00bcbf8a124980a38ce395ed6422d41be17374;p=pandora-kernel.git usb: f_fs: replace BUG in dead-code with less serious WARN_ON Even though the BUG() in __ffs_event_add is a dead-code, it is still better to warn rather then crash the system if that code ever gets executed. Reported-by: Felipe Balbi Signed-off-by: Michal Nazarewicz Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed