staging: r8188eu: Eliminate macro to get next list item
authorLarry Finger <Larry.Finger@lwfinger.net>
Sun, 9 Feb 2014 21:15:58 +0000 (15:15 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Feb 2014 20:41:15 +0000 (12:41 -0800)
The driver contains a macro that gets the next item in a linked list.
Replace it with a simple copy of the pointer.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found