Commit 3db83bf4 authored by Stephen Hemminger's avatar Stephen Hemminger

[PATCH] [sparse] minor #if complaint

Minor sparse warning fix. it doesn't like #if when #ifdef is intended.
Signed-off-by: default avatarStephen Hemminger <shemminger@osdl.org>
parent 8e231e72
......@@ -1472,7 +1472,7 @@ updateCRC
Modified from Am79C90 data sheet.
---------------------------------------------------------------------------- */
#if BROKEN_MULTICAST
#ifdef BROKEN_MULTICAST
static void updateCRC(int *CRC, int bit)
{
......
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