[U-Boot] [PATCH 04/14] part_iso: Drop the customer unaligned access functions

2016-03-19 Thread Simon Glass
One of these is causing a coverity warning. Drop these functions and use the standard U-Boot ones instead. Reported-by: Coverity (CID: 138499) Signed-off-by: Simon Glass --- disk/part_iso.c | 27 --- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/disk/pa

Re: [U-Boot] [PATCH 04/14] part_iso: Drop the customer unaligned access functions

2016-03-19 Thread Tom Rini
On Wed, Mar 16, 2016 at 07:45:34AM -0600, Simon Glass wrote: > One of these is causing a coverity warning. Drop these functions and use the > standard U-Boot ones instead. > > Reported-by: Coverity (CID: 138499) > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini ... but the subject says cu