Marcelo Ricardo Leitner
24c0e6838c
vxlan: simplify if clause in dev_close
...
Dan Carpenter's static checker warned that in vxlan_stop we are checking
if 'vs' can be NULL while later we simply derreference it.
As after commit 56ef9c909b40 ("vxlan: Move socket initialization to
within rtnl scope") 'vs' just cannot be NULL in vxlan_stop() anymore, as
the interface won't go up if the socket initialization fails. So we are
good to just remove the check and make it consistent.
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-03-23 17:01:58 -04:00
..
2015-03-10 00:28:43 +01:00
2015-02-10 10:23:15 +00:00
2015-03-01 18:43:51 -08:00
2015-03-02 12:08:43 -05:00
2015-03-10 13:34:53 -04:00
2015-03-17 10:41:26 -07:00
2015-03-05 14:11:45 +02:00
2015-02-28 10:21:57 -08:00
2015-03-17 18:31:05 +02:00
2015-02-17 09:27:54 -08:00
2015-03-17 10:36:01 -07:00
2015-03-15 15:07:08 -07:00
2015-03-05 15:01:37 +01:00
2015-02-04 10:42:55 -08:00
2015-03-06 13:43:33 -08:00
2015-03-05 23:13:19 +01:00
2015-02-18 08:49:20 -08:00
2015-02-13 21:39:06 +01:00
2015-03-05 22:15:35 +05:30
2015-02-19 11:18:14 -08:00
2015-03-03 21:16:48 -05:00
2015-03-02 14:18:57 +01:00
2015-02-23 15:40:32 +01:00
2015-03-16 06:28:50 +10:00
2015-03-17 20:59:55 +01:00
2015-02-15 10:48:44 -08:00
2015-02-22 20:10:30 -08:00
2015-03-12 10:23:05 +01:00
2015-03-18 23:25:57 -04:00
2015-02-15 19:40:09 +01:00
2015-02-28 07:19:27 -08:00
2015-03-18 15:17:11 -04:00
2015-03-19 16:43:10 -07:00
2015-03-03 14:04:12 +01:00
2015-03-15 01:41:26 +00:00
2015-03-23 16:47:24 -04:00
2015-02-02 14:36:10 -08:00
2015-02-18 09:24:01 -08:00
2015-02-11 12:56:40 -08:00
2015-02-03 15:48:51 -08:00
2015-02-25 11:38:46 +11:00
2015-03-02 16:43:41 -05:00
2015-01-29 22:57:43 -06:00
2015-02-03 15:58:39 -08:00
2015-02-18 09:05:48 -08:00
2015-03-01 19:34:50 -08:00
2015-03-19 11:26:35 +01:00
2015-03-02 22:55:56 -08:00
2015-03-23 17:01:58 -04:00
2015-02-04 09:15:18 +01:00
2015-03-20 18:51:09 -04:00
2015-03-12 09:45:46 -07:00
2015-02-17 09:38:59 -08:00
2015-02-15 10:24:55 -08:00
2015-03-18 10:56:46 +01:00
2015-02-21 11:12:07 -08:00
2015-02-21 04:29:16 +01:00
2015-01-28 15:08:10 +01:00
2015-02-18 08:40:29 +01:00
2015-02-18 08:49:20 -08:00
2015-03-16 11:43:24 +00:00
2015-03-13 15:55:42 +10:30
2015-03-12 18:46:07 -07:00
2015-03-09 23:38:02 -04:00
2015-03-20 18:51:09 -04:00
2015-02-24 07:26:12 +09:00
2015-02-17 09:38:59 -08:00
2015-03-06 21:10:56 +00:00
2015-03-03 15:49:40 +02:00
2015-03-01 19:25:59 -08:00
2015-02-21 13:21:19 -08:00
2015-03-05 01:47:57 -04:00
2015-03-08 12:25:40 -07:00
2015-03-13 10:55:32 -07:00
2015-02-15 10:24:55 -08:00
2015-03-12 09:51:38 -06:00
2015-03-03 21:16:48 -05:00
2015-02-26 10:23:15 +02:00
2015-03-17 12:12:21 +10:30
2015-03-06 00:46:31 +01:00
2015-03-11 14:34:40 +00:00
2015-02-03 15:58:39 -08:00