Re: [PATCH 1/7] mmc: omap_hsmmc: Fix Oops in case of data errors

2012-11-26 Thread Venkatraman S
On Mon, Nov 26, 2012 at 2:19 AM, Chris Ball wrote: > Hi Venkat, > > On Mon, Nov 19 2012, Venkatraman S wrote: >> From: Balaji T K >> >> "commit ae4bf788ee9bf7c2d51b0309117d1fcccbdd50a2 >> mmc: omap_hsmmc: consolidate error report handling of HSMMC IRQ" >> sets both end_cmd and end_trans to 1. >>

Re: [PATCH 1/7] mmc: omap_hsmmc: Fix Oops in case of data errors

2012-11-25 Thread Chris Ball
Hi Venkat, On Mon, Nov 19 2012, Venkatraman S wrote: > From: Balaji T K > > "commit ae4bf788ee9bf7c2d51b0309117d1fcccbdd50a2 > mmc: omap_hsmmc: consolidate error report handling of HSMMC IRQ" > sets both end_cmd and end_trans to 1. > > Setting end_cmd to 1 for Data Timeout/CRC leads to NULL point

[PATCH 1/7] mmc: omap_hsmmc: Fix Oops in case of data errors

2012-11-19 Thread Venkatraman S
From: Balaji T K "commit ae4bf788ee9bf7c2d51b0309117d1fcccbdd50a2 mmc: omap_hsmmc: consolidate error report handling of HSMMC IRQ" sets both end_cmd and end_trans to 1. Setting end_cmd to 1 for Data Timeout/CRC leads to NULL pointer dereference of host->cmd as the command complete has previously