Re: [PATCH-RFC 6/7] drivers: of: ifdef out cmdline section

2015-10-07 Thread dwalker
On Tue, Oct 06, 2015 at 12:14:43PM -0500, Rob Herring wrote: > On Tue, Oct 6, 2015 at 10:47 AM, Daniel Walker wrote: > > It looks like there's some seepage of cmdline stuff into > > the generic device tree code. This conflicts with the > > generic cmdline implementation so I remove it in the case

Re: [PATCH] tty: serial: msm_serial.c: Cleaning up uninitialized variables

2014-06-02 Thread dwalker
On Sun, Jun 01, 2014 at 03:38:24PM +0200, Rickard Strandqvist wrote: > There is a risk that the variable will be used without being initialized. > > This was largely found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist > --- > drivers/tty/seri