[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100528.235324.52183500.davem@davemloft.net>
Date: Fri, 28 May 2010 23:53:24 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: junchangwang@...il.com
Cc: romieu@...zoreil.com, netdev@...r.kernel.org
Subject: Re: [Patch] r8169: use u32 instead of unsigned long
From: Junchang Wang <junchangwang@...il.com>
Date: Sat, 29 May 2010 12:01:11 +0800
> RTL_R32 should return value with 32-bit width. But "unsigned long"
> implies u64 on some 64-bit platforms.
>
> Signed-off-by: Junchang Wang <junchangwang@...il.com>
I fail to see why there is a need to cast the return value
of readl() at all.
It returns a 32-bit integer on all platforms.
Secondly, 8139too.c has the same unnecessary cast.
So the thing to do is to kill the casts completely from both
drivers defining this register read macro.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists