linux/drivers/staging/media
Amitoj Kaur Chawla 3bf3cdee63 staging: media: lirc: Remove useless initialisation
Remove intialisation of a variable that is immediately reassigned.

The semantic patch used to find this is:

// <smpl>
@@
type T;
identifier x;
constant C;
expression e;
@@

T x
- = C
 ;
x = e;
// </smpl>

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-16 23:05:17 -07:00
..
bcm2048 [media] radio-bcm2048: Fix region selection 2015-07-06 08:25:47 -03:00
cxd2099 staging: Remove <linux/moduleparam.h> header. 2015-03-01 17:09:52 -08:00
davinci_vpfe staging: media: davinci_vpfe: Remove useless intialisation 2015-10-16 23:05:17 -07:00
lirc staging: media: lirc: Remove useless initialisation 2015-10-16 23:05:17 -07:00
mn88472 [media] staging: media: Drop owner assignment from i2c_driver 2015-08-11 13:02:49 -03:00
mn88473 [media] staging: media: Drop owner assignment from i2c_driver 2015-08-11 13:02:49 -03:00
omap4iss [media] v4l: omap4iss: Remove video node crop support 2015-07-06 08:25:51 -03:00
Kconfig [media] dt3155: move out of staging into drivers/media/pci 2015-05-01 08:25:41 -03:00
Makefile [media] dt3155: move out of staging into drivers/media/pci 2015-05-01 08:25:41 -03:00