Re: [PATCH] Fix Xilinx SystemACE driver to handle empty CF slot

2009-03-06 Thread Grant Likely
On Fri, Mar 6, 2009 at 1:46 PM, Jens Axboe wrote: > On Fri, Mar 06 2009, Grant Likely wrote: >> > The SystemACE driver does not handle an empty CF slot gracefully.  An >> > empty CF slot ends up hanging the system.  This patch adds a check for >> > the CF state and stops trying to process requests

Re: [PATCH] Fix Xilinx SystemACE driver to handle empty CF slot

2009-03-06 Thread Jens Axboe
On Fri, Mar 06 2009, Grant Likely wrote: > Oops, sorry Jens. I forgot to CC: you on this patch. > > g. > > On Sat, Feb 28, 2009 at 1:46 PM, Grant Likely > wrote: > > From: Grant Likely > > > > The SystemACE driver does not handle an empty CF slot gracefully.  An > > empty CF slot ends up hang

Re: [PATCH] Fix Xilinx SystemACE driver to handle empty CF slot

2009-03-06 Thread Grant Likely
Oops, sorry Jens. I forgot to CC: you on this patch. g. On Sat, Feb 28, 2009 at 1:46 PM, Grant Likely wrote: > From: Grant Likely > > The SystemACE driver does not handle an empty CF slot gracefully.  An > empty CF slot ends up hanging the system.  This patch adds a check for > the CF state an

[PATCH] Fix Xilinx SystemACE driver to handle empty CF slot

2009-02-28 Thread Grant Likely
From: Grant Likely The SystemACE driver does not handle an empty CF slot gracefully. An empty CF slot ends up hanging the system. This patch adds a check for the CF state and stops trying to process requests if the slot is empty. Signed-off-by: Grant Likely --- drivers/block/xsysace.c | 2