goldfish: fix kernel panic when using multiple adb connection
authorJun Tian <jun.j.tian@intel.com>
Mon, 12 May 2014 15:54:57 +0000 (16:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 May 2014 20:19:00 +0000 (13:19 -0700)
commit25c72c786cb571cfdf39a31f9f64d143d8623a7a
treed8f77674c5d8f6bb12cbf6a8e9615b3d0e756379
parent49a75c444fcf07fdde2ec74428b6b1b9ff1c6b15
goldfish: fix kernel panic when using multiple adb connection

When using multiple adb on 64 bit kernel to transfer data,
the goldfish pipe interrupt will crash the kernel.

Signed-off-by: Jun Tian <jun.j.tian@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/platform/goldfish/goldfish_pipe.c