[PATCH 1/4] parport: modify parport subsystem to use devicemodel

Dan Carpenter dan.carpenter at oracle.com
Wed Apr 15 09:32:20 UTC 2015


On Wed, Apr 15, 2015 at 02:50:55PM +0530, Sudip Mukherjee wrote:
> this PARPORT_DEVPROC_REGISTERED flag is cleared in parport_unregister_device()
> and is set in parport_register_dev[ice], so when we call
> parport_register_device() or parport_register_dev() it will be not set
> and the condition will always be true.

The question of how to handle impossible conditions is always tricky.
:P  In this case just remove the condition.

regards,
dan carpenter



More information about the devel mailing list