Re: [PATCH] [MMC] omap: Remove BUG_ON for disabled interrupts

2010-06-02 Thread Cory Maccarrone
On Wed, Jun 2, 2010 at 4:30 PM, Andrew Morton wrote: > On Wed, 2 Jun 2010 15:26:52 -0700 > Cory Maccarrone wrote: > >> On Wed, Jun 2, 2010 at 2:05 PM, Andrew Morton >> wrote: >> > On Sat, 29 May 2010 19:27:23 -0700 >> > Cory Maccarrone wrote: >> > >> >> This change removes a BUG_ON for when in

Re: [PATCH] [MMC] omap: Remove BUG_ON for disabled interrupts

2010-06-02 Thread Andrew Morton
On Wed, 2 Jun 2010 15:26:52 -0700 Cory Maccarrone wrote: > On Wed, Jun 2, 2010 at 2:05 PM, Andrew Morton > wrote: > > On Sat, 29 May 2010 19:27:23 -0700 > > Cory Maccarrone wrote: > > > >> This change removes a BUG_ON for when interrupts are disabled > >> during an MMC request. __During boot,

Re: [PATCH] [MMC] omap: Remove BUG_ON for disabled interrupts

2010-06-02 Thread Cory Maccarrone
On Wed, Jun 2, 2010 at 2:05 PM, Andrew Morton wrote: > On Sat, 29 May 2010 19:27:23 -0700 > Cory Maccarrone wrote: > >> This change removes a BUG_ON for when interrupts are disabled >> during an MMC request.  During boot, interrupts can be disabled >> when a request is made, causing this bug to b

Re: [PATCH] [MMC] omap: Remove BUG_ON for disabled interrupts

2010-06-02 Thread Andrew Morton
On Sat, 29 May 2010 19:27:23 -0700 Cory Maccarrone wrote: > This change removes a BUG_ON for when interrupts are disabled > during an MMC request. During boot, interrupts can be disabled > when a request is made, causing this bug to be triggered. In reality, > there's no reason this should halt

Re: [PATCH] [MMC] omap: Remove BUG_ON for disabled interrupts

2010-05-31 Thread Tony Lindgren
* Cory Maccarrone [100530 05:22]: > This change removes a BUG_ON for when interrupts are disabled > during an MMC request. During boot, interrupts can be disabled > when a request is made, causing this bug to be triggered. In reality, > there's no reason this should halt the kernel, as the drive

[PATCH] [MMC] omap: Remove BUG_ON for disabled interrupts

2010-05-29 Thread Cory Maccarrone
This change removes a BUG_ON for when interrupts are disabled during an MMC request. During boot, interrupts can be disabled when a request is made, causing this bug to be triggered. In reality, there's no reason this should halt the kernel, as the driver has proved reliable in spite of disabled