Re: [PATCH 1/2] mmc: tmio: fix wrong bitmask for SDIO irqs

2016-11-18 Thread Ulf Hansson
On 13 November 2016 at 15:29, Wolfram Sang wrote: > Commit 7729c7a232a953 ("mmc: tmio: Provide separate interrupt handlers") > refactored the sdio irq handler and wrongly used the mask for SD irqs, > not for SDIO irqs. This doesn't really matter in practice

Re: [PATCH 1/2] mmc: tmio: fix wrong bitmask for SDIO irqs

2016-11-14 Thread Simon Horman
On Sun, Nov 13, 2016 at 03:29:11PM +0100, Wolfram Sang wrote: > Commit 7729c7a232a953 ("mmc: tmio: Provide separate interrupt handlers") > refactored the sdio irq handler and wrongly used the mask for SD irqs, > not for SDIO irqs. This doesn't really matter in practice because both > values keep

[PATCH 1/2] mmc: tmio: fix wrong bitmask for SDIO irqs

2016-11-13 Thread Wolfram Sang
Commit 7729c7a232a953 ("mmc: tmio: Provide separate interrupt handlers") refactored the sdio irq handler and wrongly used the mask for SD irqs, not for SDIO irqs. This doesn't really matter in practice because both values keep the only interrupt we are interested in. But still, this is wrong and