[PATCH] drivers/input/misc/wistron_btns.c NULL noise removal

From: Al Viro
Date: Thu Dec 15 2005 - 04:19:45 EST



Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>


---

drivers/input/misc/wistron_btns.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

8416bbf668b31d027cda6995d3aa3eabbe507f05
diff --git a/drivers/input/misc/wistron_btns.c b/drivers/input/misc/wistron_btns.c
index 49d0416..bac3085 100644
--- a/drivers/input/misc/wistron_btns.c
+++ b/drivers/input/misc/wistron_btns.c
@@ -320,7 +320,7 @@ static struct dmi_system_id dmi_ids[] =
},
.driver_data = keymap_acer_aspire_1500
},
- { 0, }
+ { NULL, }
};

static int __init select_keymap(void)
--
0.99.9.GIT

-
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/