Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/net/ethernet/tile: fix netdev_alloc_skb() bombing
Commit dae2e9f changed dev_alloc_skb() to netdev_alloc_skb(), adding a dev pointer, but erroneously used "->" instead of "." for a struct member when accessing the dev pointer. This change fixes the build breakage. Signed-off-by: Chris Metcalf <[email protected]>
- Loading branch information