alistair23-linux/drivers/usb/mon
Julia Lawall 46c236dc7d USB: usbmon: remove assignment from IS_ERR argument
The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
expression e1,e2;
statement S1,S2;
@@

+e1 = e2;
if (IS_ERR(
    e1
-   = e2
   )) S1 else S2
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-01-03 16:55:59 -08:00
..
Kconfig USB: regroup all depends on USB within an if USB block 2013-04-09 16:49:07 -07:00
Makefile usb: makefile cleanup 2010-10-22 10:22:07 -07:00
mon_bin.c USB: usbmon: Use 64bit timestamp for mon_bin_hdr 2015-12-01 14:54:06 -08:00
mon_main.c USB: constify usb_mon_operations structure 2015-12-01 14:36:29 -08:00
mon_stat.c USB: mon_stat.c: move assignment out of if () block 2015-05-10 16:01:11 +02:00
mon_text.c USB: usbmon: remove assignment from IS_ERR argument 2016-01-03 16:55:59 -08:00
usb_mon.h USB: usbmon: end ugly tricks with DMA peeking 2009-09-23 06:46:19 -07:00