Re: [PATCH RFC] sh: maple: Add support for SEGA Dreamcast VMU and clean up maple bus driver (3/3)

From: Mike Frysinger
Date: Thu Jan 29 2009 - 00:46:23 EST


On Wednesday 28 January 2009 19:18:07 Adrian McMenamin wrote:
> --- a/drivers/input/keyboard/maple_keyb.c
> +++ b/drivers/input/keyboard/maple_keyb.c
> - if (!kbd || !idev) {
> - error = -ENOMEM;
> + if (!kbd) {
> + error = ENOMEM;
> goto fail;
> }
> ...
> - return error;
> +fail:
> + return -error;

this driver has the weird/broken error inverting other patches of yours have
had recently ... that stuff really needs to stop showing up ;)
-mike
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/