All of lore.kernel.org
 help / color / mirror / Atom feed
* [input:next 43/45] drivers/input/keyboard/omap4-keypad.c:218:6: warning: unused variable 'error'
@ 2012-07-13 20:23 ` Fengguang Wu
  0 siblings, 0 replies; 4+ messages in thread
From: Fengguang Wu @ 2012-07-13 20:23 UTC (permalink / raw)
  To: Sourav Poddar; +Cc: kernel-janitors, Dmitry Torokhov, linux-input

Hi Sourav,

There are new compile warnings show up in

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
head:   7545a8052565aa68eeb4dfb59c1fb5d21a6867e7
commit: 3dad34659e6646ab578d82b75a023cc4640fe322 [43/45] Input: omap4-keypad - add device tree support

All warnings:

drivers/input/keyboard/omap4-keypad.c: In function 'omap4_keypad_parse_dt':
drivers/input/keyboard/omap4-keypad.c:218:6: warning: unused variable 'error' [-Wunused-variable]

vim +218 drivers/input/keyboard/omap4-keypad.c
   215						   struct omap4_keypad *keypad_data)
   216	{
   217		struct device_node *np = dev->of_node;
 > 218		int error;
   219	
   220		if (!np) {
   221			dev_err(dev, "missing DT data");

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu <wfg@linux.intel.com>                     Intel Corporation

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [input:next 43/45] drivers/input/keyboard/omap4-keypad.c:218:6: warning: unused variable 'error'
@ 2012-07-13 20:23 ` Fengguang Wu
  0 siblings, 0 replies; 4+ messages in thread
From: Fengguang Wu @ 2012-07-13 20:23 UTC (permalink / raw)
  To: Sourav Poddar; +Cc: kernel-janitors, Dmitry Torokhov, linux-input

Hi Sourav,

There are new compile warnings show up in

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
head:   7545a8052565aa68eeb4dfb59c1fb5d21a6867e7
commit: 3dad34659e6646ab578d82b75a023cc4640fe322 [43/45] Input: omap4-keypad - add device tree support

All warnings:

drivers/input/keyboard/omap4-keypad.c: In function 'omap4_keypad_parse_dt':
drivers/input/keyboard/omap4-keypad.c:218:6: warning: unused variable 'error' [-Wunused-variable]

vim +218 drivers/input/keyboard/omap4-keypad.c
   215						   struct omap4_keypad *keypad_data)
   216	{
   217		struct device_node *np = dev->of_node;
 > 218		int error;
   219	
   220		if (!np) {
   221			dev_err(dev, "missing DT data");

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu <wfg@linux.intel.com>                     Intel Corporation

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [input:next 43/45] drivers/input/keyboard/omap4-keypad.c:218:6: warning: unused variable 'error'
  2012-07-13 20:23 ` Fengguang Wu
@ 2012-07-13 20:47   ` Dmitry Torokhov
  -1 siblings, 0 replies; 4+ messages in thread
From: Dmitry Torokhov @ 2012-07-13 20:47 UTC (permalink / raw)
  To: Fengguang Wu; +Cc: Sourav Poddar, kernel-janitors, linux-input

On Saturday, July 14, 2012 04:23:05 AM Fengguang Wu wrote:
> Hi Sourav,
> 
> There are new compile warnings show up in
> 
> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
> head:   7545a8052565aa68eeb4dfb59c1fb5d21a6867e7
> commit: 3dad34659e6646ab578d82b75a023cc4640fe322 [43/45] Input: omap4-keypad
> - add device tree support
> 
> All warnings:
> 
> drivers/input/keyboard/omap4-keypad.c: In function 'omap4_keypad_parse_dt':
> drivers/input/keyboard/omap4-keypad.c:218:6: warning: unused variable
> 'error' [-Wunused-variable]
> 
> vim +218 drivers/input/keyboard/omap4-keypad.c
>    215						   struct omap4_keypad *keypad_data)
>    216	{
>    217		struct device_node *np = dev->of_node;
> 
>  > 218		int error;
> 
>    219
>    220		if (!np) {
>    221			dev_err(dev, "missing DT data");

Hmm, must be me; I'll zap it later tonight.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [input:next 43/45] drivers/input/keyboard/omap4-keypad.c:218:6: warning: unused variable 'error'
@ 2012-07-13 20:47   ` Dmitry Torokhov
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Torokhov @ 2012-07-13 20:47 UTC (permalink / raw)
  To: Fengguang Wu; +Cc: Sourav Poddar, kernel-janitors, linux-input

On Saturday, July 14, 2012 04:23:05 AM Fengguang Wu wrote:
> Hi Sourav,
> 
> There are new compile warnings show up in
> 
> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
> head:   7545a8052565aa68eeb4dfb59c1fb5d21a6867e7
> commit: 3dad34659e6646ab578d82b75a023cc4640fe322 [43/45] Input: omap4-keypad
> - add device tree support
> 
> All warnings:
> 
> drivers/input/keyboard/omap4-keypad.c: In function 'omap4_keypad_parse_dt':
> drivers/input/keyboard/omap4-keypad.c:218:6: warning: unused variable
> 'error' [-Wunused-variable]
> 
> vim +218 drivers/input/keyboard/omap4-keypad.c
>    215						   struct omap4_keypad *keypad_data)
>    216	{
>    217		struct device_node *np = dev->of_node;
> 
>  > 218		int error;
> 
>    219
>    220		if (!np) {
>    221			dev_err(dev, "missing DT data");

Hmm, must be me; I'll zap it later tonight.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-13 20:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-13 20:23 [input:next 43/45] drivers/input/keyboard/omap4-keypad.c:218:6: warning: unused variable 'error' Fengguang Wu
2012-07-13 20:23 ` Fengguang Wu
2012-07-13 20:47 ` Dmitry Torokhov
2012-07-13 20:47   ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.