commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=653d91764a8e0c788554bd257bed54de4674caf9 branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk
The "fixup bogus ioresource init" patch introduced a syntax error, so correct it now. Signed-off-by: Mike Frysinger <[email protected]> --- arch/blackfin/mach-bf533/boards/H8606.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/blackfin/mach-bf533/boards/H8606.c b/arch/blackfin/mach-bf533/boards/H8606.c index 73c635b..47cadd3 100644 --- a/arch/blackfin/mach-bf533/boards/H8606.c +++ b/arch/blackfin/mach-bf533/boards/H8606.c @@ -55,7 +55,7 @@ static struct resource dm9000_resources[] = { .start = IRQ_PF10, .end = IRQ_PF10, .flags = (IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE | - | IORESOURCE_IRQ_SHAREABLE), + IORESOURCE_IRQ_SHAREABLE), }, };
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
