Re: [PATCH] sky2: fix missing register reset on error path in sky2_test_msi()
From: Lino Sanfilippo <LinoSanfilippo@gmx.de>
Date: 2012-04-03 20:09:51
Also in:
lkml
From: Lino Sanfilippo <LinoSanfilippo@gmx.de>
Date: 2012-04-03 20:09:51
Also in:
lkml
On Tue, Apr 03, 2012 at 11:55:47AM -0700, Stephen Hemminger wrote:
Ok, but this is a non-serious error case. If request_irq() fails here, the driver is going to fail to load and on the failure path of sky2_probe will reset the chip on the way out.
Youre right, this is more a cosmetic change than a fix for a real bug.