Re: [PATCH] pc110pad: return proper error

2006-12-20 Thread Dmitry Torokhov
On Tuesday 19 December 2006 03:44, Akinobu Mita wrote: > According to the comment, "if we find any PCI devices in the machine, > we don't have a PC110" in pc110pad.c, we should return -ENODEV > rather than -ENOENT in this case. > Applied, thank you. -- Dmitry - To unsubscribe from this list: se

[PATCH] pc110pad: return proper error

2006-12-19 Thread Akinobu Mita
According to the comment, "if we find any PCI devices in the machine, we don't have a PC110" in pc110pad.c, we should return -ENODEV rather than -ENOENT in this case. Cc: Dmitry Torokhov <[EMAIL PROTECTED]> Cc: Vojtech Pavlik <[EMAIL PROTECTED]> Signed-off-by: Akinobu Mita <[EMAIL PROTECTED]> ---