atl1c: set ATL1C_WORK_EVENT_RESET bit correctly
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 7 Mar 2012 00:02:04 +0000 (00:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Mar 2012 08:27:45 +0000 (00:27 -0800)
ATL1C_WORK_EVENT_RESET is zero so the original code here is a nop.  The
intent was to set the zero bit.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found