Skip to content
Commit 00a62d4b authored by Chris Metcalf's avatar Chris Metcalf
Browse files

drivers/net/ethernet/tile: fix netdev_alloc_skb() bombing

Commit dae2e9f4

 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: default avatarChris Metcalf <cmetcalf@tilera.com>
parent 91445c72
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment