Commit 9c717ad2 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] Remove unneeded cast.

parent c27b73b3
......@@ -1668,7 +1668,7 @@ static void __exit el3_cleanup_module(void)
struct net_device *next_dev;
while (el3_root_dev) {
struct el3_private *lp = (struct el3_private *)el3_root_dev->priv;
struct el3_private *lp = el3_root_dev->priv;
next_dev = lp->next_dev;
el3_common_remove (el3_root_dev);
......
Markdown is supported
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