Re: [PATCH] parport: fix if-statement empty body warnings
Randy Dunlap <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.parport |
|---|---|
| Message-ID | <[email protected]> |
On 2/27/20 7:19 PM, Joe Perches wrote: > Eliminate warnings by using pr_debug which is the more typical > kernel debugging style and also enable dynamic_debug on these > outputs. > > Miscellaneous: > > o A few messages were logged at KERN_INFO when enabled, now KERN_DEBUG > o Convert %d/%d to %zd/%zu to avoid compilation warnings > > Original-patch-by: Randy Dunlap <[email protected]> > Signed-off-by: Joe Perches <[email protected]> > Acked-by: Randy Dunlap <[email protected]> > --- > drivers/parport/ieee1284.c | 90 ++++++++++++++++-------------------------- > drivers/parport/ieee1284_ops.c | 67 +++++++++++-------------------- > 2 files changed, 57 insertions(+), 100 deletions(-) Thanks, Joe. -- ~Randy