]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tty: serial: max3100: Fix error case
authorAlan Cox <alan@linux.intel.com>
Mon, 17 Sep 2012 11:00:44 +0000 (12:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2012 11:45:29 +0000 (04:45 -0700)
commit41fda9c4d9437846f4ca667e134c6d840f67b9c2
tree0c52f074e3d0a49119a2f1903ada4ef862b275fd
parentd83114e9754cf5deb3424217ff2f10cace1428e3
tty: serial: max3100: Fix error case

We don't want to free a random address if the entry is wrong, cover
this and WARN if it ever happens.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/max3100.c