• Jiri Slaby's avatar
    [IA64] simserial, bail out when request_irq fails · 0efb34f2
    Jiri Slaby authored
    Without this, the code succeeds when the port is opened by root and we
    get unwanted interrupts storm on the first key stroke.
    
    Instead of that, tell the user we failed and that we won't continue. I
    suppose, the code was copied from the serial layer where we may want
    to change the irq number, so we must allow open even of the failing
    port. This is not the case for this driver at all.
    Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
    Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
    0efb34f2
simserial.c 23.4 KB