commit | 269aa0301224dc001676322c0305b0d02c93b7bb | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Thu Mar 18 17:01:42 2021 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 18 19:13:42 2021 -0700 |
tree | c0b5a87d73ba194c159c86fea8dbbe8428433d00 | |
parent | 92a310cdcf8120c2d007254f53b927c89c417fc6 [diff] |
net: cdc_ncm: drop redundant driver-data assignment The driver data for the data interface has already been set by usb_driver_claim_interface() so drop the subsequent redundant assignment. Note that this also avoids setting the driver data three times in case of a combined interface. Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>