Re: [U-Boot] [PATCH] ahci: Fix a wrong parameter pass

2015-04-03 Thread Simon Glass
On 31 March 2015 at 01:02, yuantian.t...@freescale.com wrote: From: Tang Yuantian yuantian.t...@freescale.com In stead of user_buffer_size, transfer_size should be used to pass to ahci_device_data_io(). transfer_size is the length that we want the low level function to transfer each time.

[U-Boot] [PATCH] ahci: Fix a wrong parameter pass

2015-03-31 Thread Yuantian.Tang
From: Tang Yuantian yuantian.t...@freescale.com In stead of user_buffer_size, transfer_size should be used to pass to ahci_device_data_io(). transfer_size is the length that we want the low level function to transfer each time. If we use user_buffer_size which is the totally data length as