From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 25 Jun 2013 20:52:08 +0200 Subject: [U-Boot] [PATCH] drivers:usb: use get|put_unaligned_le16 In-Reply-To: <1372168483-27588-1-git-send-email-p.wilczek@samsung.com> References: <1372168483-27588-1-git-send-email-p.wilczek@samsung.com> Message-ID: <201306252052.08726.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Piotr Wilczek, > This patch use get|put_unaligned_le16 to access structure data > to avoid data abort on some ARM platforms. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Marek Vasut > --- > drivers/usb/gadget/f_mass_storage.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) Can you please rebase on top of u-boot-usb/master? Best regards, Marek Vasut