Horatiu Vultur
9b14d1f8a7
bridge: mrp: Fix endian conversion and some other warnings
The following sparse warnings are fixed:
net/bridge/br_mrp.c:106:18: warning: incorrect type in assignment (different base types)
net/bridge/br_mrp.c:106:18: expected unsigned short [usertype]
net/bridge/br_mrp.c:106:18: got restricted __be16 [usertype]
net/bridge/br_mrp.c:281:23: warning: incorrect type in argument 1 (different modifiers)
net/bridge/br_mrp.c:281:23: expected struct list_head *entry
net/bridge/br_mrp.c:281:23: got struct list_head [noderef] *
net/bridge/br_mrp.c:332:28: warning: incorrect type in argument 1 (different modifiers)
net/bridge/br_mrp.c:332:28: expected struct list_head *new
net/bridge/br_mrp.c:332:28: got struct list_head [noderef] *
net/bridge/br_mrp.c:332:40: warning: incorrect type in argument 2 (different modifiers)
net/bridge/br_mrp.c:332:40: expected struct list_head *head
net/bridge/br_mrp.c:332:40: got struct list_head [noderef] *
net/bridge/br_mrp.c:682:29: warning: incorrect type in argument 1 (different modifiers)
net/bridge/br_mrp.c:682:29: expected struct list_head const *head
net/bridge/br_mrp.c:682:29: got struct list_head [noderef] *
Reported-by: kernel test robot <lkp@intel.com>
Fixes: 2f1a11ae11 ("bridge: mrp: Add MRP interface.")
Fixes: 4b8d7d4c59 ("bridge: mrp: Extend bridge interface")
Fixes: 9a9f26e8f7 ("bridge: mrp: Connect MRP API with the switchdev API")
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Acked-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-06-28 20:44:10 -07:00
..
2020-06-25 00:50:31 +02:00
2020-06-01 11:08:41 -07:00
2020-06-09 12:59:45 -07:00
2019-11-04 11:15:27 -08:00
2020-01-24 12:58:14 +01:00
2020-05-10 19:52:33 -07:00
2020-05-10 19:52:33 -07:00
2020-04-27 11:40:25 -07:00
2019-09-15 14:17:27 +02:00
2020-06-01 11:56:11 -07:00
2020-06-01 11:56:11 -07:00
2020-06-28 20:44:10 -07:00
2020-05-27 11:34:48 -07:00
2020-04-27 02:07:40 -04:00
2019-06-25 01:32:59 +02:00
2020-03-17 22:47:12 -07:00
2020-05-06 22:10:13 -07:00
2019-12-24 22:28:54 -08:00
2020-06-28 20:44:10 -07:00
2019-05-30 11:26:32 -07:00
2020-03-17 22:47:12 -07:00
2020-06-28 20:44:10 -07:00
2019-12-14 20:02:36 -08:00
2020-05-07 17:56:14 -07:00
2019-05-30 11:26:32 -07:00
2020-04-27 11:40:25 -07:00
2019-10-29 18:12:49 -07:00
2020-04-27 11:40:25 -07:00
2019-05-30 11:26:32 -07:00
2020-03-20 08:52:20 -07:00
2020-03-17 22:47:12 -07:00
2020-03-20 08:52:20 -07:00
2019-12-09 10:36:44 -08:00
2020-06-14 01:57:21 +09:00
2020-04-27 11:40:25 -07:00