Re: [PATCH 1/1] watchdog: pcipcwd_show_card_info: wrong format string

2016-11-06 Thread Wim Van Sebroeck
Hi All, > On 11/05/2016 07:50 AM, Heinrich Schuchardt wrote: > >fw_rev_major and fw_rev_minor are defined as int. > >Use %d to print them. > > > >Signed-off-by: Heinrich Schuchardt > >--- > > drivers/watchdog/pcwd_pci.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > >diff --git a/

Re: [PATCH 1/1] watchdog: pcipcwd_show_card_info: wrong format string

2016-11-05 Thread Heinrich Schuchardt
On 11/05/2016 04:29 PM, Guenter Roeck wrote: > On 11/05/2016 07:50 AM, Heinrich Schuchardt wrote: >> fw_rev_major and fw_rev_minor are defined as int. >> Use %d to print them. >> >> Signed-off-by: Heinrich Schuchardt >> --- >> drivers/watchdog/pcwd_pci.c | 2 +- >> 1 file changed, 1 insertion(+),

Re: [PATCH 1/1] watchdog: pcipcwd_show_card_info: wrong format string

2016-11-05 Thread Guenter Roeck
On 11/05/2016 07:50 AM, Heinrich Schuchardt wrote: fw_rev_major and fw_rev_minor are defined as int. Use %d to print them. Signed-off-by: Heinrich Schuchardt --- drivers/watchdog/pcwd_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/pcwd_pci.c b/driver

[PATCH 1/1] watchdog: pcipcwd_show_card_info: wrong format string

2016-11-05 Thread Heinrich Schuchardt
fw_rev_major and fw_rev_minor are defined as int. Use %d to print them. Signed-off-by: Heinrich Schuchardt --- drivers/watchdog/pcwd_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/pcwd_pci.c b/drivers/watchdog/pcwd_pci.c index c0d07ee..e1fbbf6 100644 -