Re: [PATCH net-next] net: gianfar: remove the unneeded check of disabled device
From: David Miller <davem@davemloft.net>
Date: 2015-01-29 22:51:43
From: David Miller <davem@davemloft.net>
Date: 2015-01-29 22:51:43
From: Kevin Hao <redacted> Date: Wed, 28 Jan 2015 20:06:48 +0800
Since commit cd1e65044d44 ("of/device: Don't register disabled
devices"), the disabled device will not be registered at all. So we
don't need to do the check again in the platform device driver.
Signed-off-by: Kevin Hao <redacted>Applied, thanks.