Re: [PATCH -next] ufs: fix source address of the read descriptor

2013-08-29 Thread Santosh Y
On Wed, Aug 28, 2013 at 8:30 PM, Akinobu Mita m...@fixstars.com wrote: When the query request with read descriptor opcode is completed, the descriptor is copied from response UPIU to the buffer that the caller has specified. Unfortunately the source address of the descriptor is broken due to

[PATCH -next] ufs: fix source address of the read descriptor

2013-08-28 Thread Akinobu Mita
When the query request with read descriptor opcode is completed, the descriptor is copied from response UPIU to the buffer that the caller has specified. Unfortunately the source address of the descriptor is broken due to the unnecessary address-of operator. Signed-off-by: Akinobu Mita