Re: [PATCH tty-next] serial: sirf: Fix compilation failure

2014-05-30 Thread Barry Song
2014-05-30 2:25 GMT+08:00 Greg Kroah-Hartman : > On Thu, May 29, 2014 at 08:14:02PM +0800, Barry Song wrote: >> 2014-05-29 18:13 GMT+08:00 Daniel Thompson : >> > After 07d410e0) serial: sirf: fix spinlock deadlock issue it is no longer >> > possiblet to compile this driver. The rename of one of the

Re: [PATCH tty-next] serial: sirf: Fix compilation failure

2014-05-29 Thread Greg Kroah-Hartman
On Thu, May 29, 2014 at 08:14:02PM +0800, Barry Song wrote: > 2014-05-29 18:13 GMT+08:00 Daniel Thompson : > > After 07d410e0) serial: sirf: fix spinlock deadlock issue it is no longer > > possiblet to compile this driver. The rename of one of the spinlocks is > > faulty. After looking at the origi

Re: [PATCH tty-next] serial: sirf: Fix compilation failure

2014-05-29 Thread Barry Song
2014-05-29 18:13 GMT+08:00 Daniel Thompson : > After 07d410e0) serial: sirf: fix spinlock deadlock issue it is no longer > possiblet to compile this driver. The rename of one of the spinlocks is > faulty. After looking at the original patch I believe this is the correct > fix. > > Compile tested us

[PATCH tty-next] serial: sirf: Fix compilation failure

2014-05-29 Thread Daniel Thompson
After 07d410e0) serial: sirf: fix spinlock deadlock issue it is no longer possiblet to compile this driver. The rename of one of the spinlocks is faulty. After looking at the original patch I believe this is the correct fix. Compile tested using ARM's multi_v7_defconfig Cc: Greg Kroah-Hartman Cc