diff options
| author | Mark Zhan <[email protected]> | 2007-07-31 00:39:47 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-07-31 15:39:44 -0700 |
| commit | 0439208a8a399f0c4307c561d97e3f5523f5d085 (patch) | |
| tree | 808ded904316dc65e77e34666f01fe78957c79ef /scripts/patch-kernel | |
| parent | bb35fb20b591833fe4205def1338e0e808be3216 (diff) | |
rtc-m48t59 driver NO_IRQ mode fixup
Since irq in m48t59_private struct is defined as 'unsigned int', which will
make the following if sentence to be never true:
if (m48t59->irq < 0)
m48t59->irq = NO_IRQ;
And thus it will make the m48t59_rtc_probe() is failed when the driver is
working in a no irq mode:
Signed-off-by: Mark Zhan <[email protected]>
Acked-by: Alessandro Zummo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions