Julia Lawall
3a61b527b4
drm/radeon: adjust tested variable
...
Check the variable that was most recently initialized.
The semantic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/ )
// <smpl>
@@
expression x, y, f, g, e, m;
statement S1,S2,S3,S4;
@@
x = f(...);
if (\(<+...x...+>\&e\)) S1 else S2
(
x = g(...);
|
m = g(...,&x,...);
|
y = g(...);
*if (e)
S3 else S4
)
// </smpl>
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr >
Reviewed-by: Christian König <christian.koenig@amd.com >
Signed-off-by: Alex Deucher <alexander.deucher@amd.com >
Cc: stable@vger.kernel.org
2018-01-29 23:18:17 -05:00
..
2017-08-04 11:36:17 +02:00
2017-10-31 18:24:59 -04:00
2017-07-07 11:11:28 -04:00
2017-05-17 14:36:40 +02:00
2017-10-08 20:16:28 -04:00
2017-10-08 20:16:28 -04:00
2017-10-08 20:16:28 -04:00
2017-12-20 12:00:22 -05:00
2017-12-20 12:00:15 -05:00
2017-10-30 14:16:21 +01:00
2017-05-17 14:36:40 +02:00
2018-01-16 15:35:28 -05:00
2017-05-17 14:36:40 +02:00
2017-05-17 14:36:40 +02:00
2017-11-15 20:42:10 -08:00
2017-11-02 11:10:55 +01:00
2017-05-17 14:36:40 +02:00
2018-01-16 15:35:28 -05:00
2017-11-02 11:10:55 +01:00
2017-10-12 10:03:04 +10:00
2017-10-12 10:03:04 +10:00
2017-05-17 14:36:40 +02:00
2017-09-18 23:30:30 -04:00
2017-05-24 17:39:33 -04:00
2017-08-15 14:46:07 -04:00
2017-08-15 14:46:07 -04:00
2017-07-14 21:23:54 +03:00
2017-06-20 12:06:51 -04:00
2017-11-21 14:17:56 +01:00
2017-08-15 14:46:16 -04:00
2017-08-15 14:46:12 -04:00
2017-12-20 12:00:01 -05:00
2017-12-06 12:48:34 -05:00
2018-01-16 15:23:30 -05:00
2017-10-30 14:16:21 +01:00
2017-12-06 12:48:34 -05:00
2017-06-20 12:18:27 +02:00
2017-12-06 12:48:01 -05:00
2017-08-02 12:43:12 +10:00
2017-12-06 12:48:34 -05:00
2017-08-04 11:36:17 +02:00
2017-11-02 11:10:55 +01:00
2017-12-06 12:48:01 -05:00
2017-12-06 12:48:34 -05:00
2017-12-06 12:48:01 -05:00
2017-05-18 17:22:39 +02:00
2017-11-02 11:10:55 +01:00
2017-11-15 20:42:10 -08:00
2017-12-28 09:48:20 -05:00
2018-01-29 23:18:17 -05:00
2017-12-06 12:48:01 -05:00
2017-12-20 12:00:01 -05:00
2017-05-17 14:36:40 +02:00
2017-05-17 14:36:40 +02:00
2017-05-17 14:36:40 +02:00
2017-05-17 14:36:40 +02:00
2017-05-17 14:36:40 +02:00
2017-05-17 14:36:40 +02:00
2018-01-10 15:44:14 -05:00
2017-05-17 14:36:40 +02:00
2017-06-27 08:28:30 +10:00
2017-05-17 14:36:40 +02:00
2017-05-17 14:36:40 +02:00
2017-05-17 14:36:40 +02:00
2017-05-17 14:36:40 +02:00
2017-07-14 11:05:55 -04:00