Roopa Prabhu a8cab863a7 bridge: remove unnecessary check for vtbegin in br_fill_vlan_tinfo_range
vtbegin should not be NULL in this function, Its already checked by the
caller.

this should silence the below smatch complaint:
  net/bridge/br_netlink_tunnel.c:144 br_fill_vlan_tinfo_range()
    error: we previously assumed 'vtbegin' could be null (see line 130)

net/bridge/br_netlink_tunnel.c
   129
   130      if (vtbegin && vtend && (vtend->vid - vtbegin->vid) > 0) {
                    ^^^^^^^
Check for NULL.

Fixes: efa5356b0d97 ("bridge: per vlan dst_metadata netlink support")
Reported-By: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-02-07 14:14:12 -05:00
..
2017-02-06 22:53:13 -05:00
2017-02-06 22:53:13 -05:00
2017-02-06 22:53:13 -05:00
2017-01-24 12:39:52 -05:00
2017-01-24 12:39:52 -05:00
2015-09-17 17:18:37 -07:00
2017-02-06 22:53:13 -05:00
2017-02-06 22:53:13 -05:00
2017-02-06 22:53:13 -05:00
2017-02-06 22:53:13 -05:00
2017-01-24 12:39:52 -05:00