Amitoj Kaur Chawla
e6533e879f
usb: storage: ene_ub6250: Remove unnecessary cast in kfree
...
Remove unnecassary casts in the argument to kfree.
Found using Coccinelle. The semantic patch used to find this is as follows:
//<smpl>
@@
type T;
expression *f;
@@
- kfree((T *)(f));
+ kfree(f);
//</smpl>
Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-03 13:48:12 -08:00
..
2015-05-10 16:03:50 +02:00
2015-05-10 16:03:50 +02:00
2015-05-10 16:03:50 +02:00
2014-12-14 14:57:16 -08:00
2014-11-03 15:38:17 -08:00
2016-02-03 13:48:12 -08:00
2015-05-10 16:03:50 +02:00
2014-11-24 17:22:38 -08:00
2013-03-07 12:23:17 +08:00
2015-10-04 10:51:58 +01:00
2015-05-10 16:03:50 +02:00
2015-05-10 16:03:50 +02:00
2014-12-13 00:44:04 +01:00
2012-09-05 17:21:36 -07:00
2015-05-10 16:03:50 +02:00
2013-04-19 11:46:50 -07:00
2013-12-09 23:45:39 -08:00
2015-05-10 16:03:50 +02:00
2015-06-26 15:59:26 -07:00
2015-05-10 16:03:50 +02:00
2015-05-10 16:03:50 +02:00
2015-05-10 16:03:50 +02:00
2015-05-10 16:03:50 +02:00
2013-04-19 11:46:50 -07:00
2015-07-22 15:45:04 -07:00
2012-02-28 11:05:18 -08:00
2015-04-28 12:48:57 +02:00
2016-01-24 21:00:33 -08:00
2010-10-22 10:21:49 -07:00
2014-02-04 12:59:14 -08:00
2010-10-22 10:21:49 -07:00
2015-12-01 10:23:33 -08:00
2011-03-07 13:40:59 -08:00
2010-10-22 10:21:49 -07:00
2010-10-22 10:21:49 -07:00
2010-10-22 10:21:49 -07:00
2010-10-22 10:21:49 -07:00
2010-10-22 10:21:49 -07:00
2011-05-17 11:56:28 -07:00
2010-10-22 10:21:49 -07:00
2010-10-22 10:21:49 -07:00
2015-12-01 10:23:33 -08:00
2010-10-22 10:21:49 -07:00
2015-05-10 16:03:50 +02:00
2015-05-10 16:03:50 +02:00
2013-02-04 10:40:16 -08:00