summaryrefslogtreecommitdiff
path: root/Logger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Logger.cpp')
0 files changed, 0 insertions, 0 deletions
.cgi/linux/net-next.git/commit/?id=b8a99fb513a63397b43f63f4825371f64a79e821'>b8a99fb513a63397b43f63f4825371f64a79e821 (diff)
staging: rtl8192u: Fix crash due to pointers being "confusing"
There's no net_device stashed in skb->cb, there's a net_device * there. To make it *really* clear, also change the write of the dev pointer into skb->cb from a memcpy() to an assignment. Fixes: 3fe563249374 ("staging: rtl8192u: r8192U_core.c: Cleaning up ...") Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat