RE: [PATCH] spi/s3c64xx: Remove unused message queue

2013-07-24 Thread Kukjin Kim
Mark Brown wrote: > > From: Mark Brown > > Since the driver has been converted to use the core message pump code > the only use of the messsage queue in the driver is a check to see if > it is empty which will always succeed since nothing ever adds to the > queue. Just remove the queue. > > Sig

Re: [PATCH] spi/s3c64xx: Remove unused message queue

2013-07-05 Thread Tomasz Figa
On Friday 05 of July 2013 18:56:33 Mark Brown wrote: > From: Mark Brown > > Since the driver has been converted to use the core message pump code > the only use of the messsage queue in the driver is a check to see if > it is empty which will always succeed since nothing ever adds to the > queue.