Messages in this thread |  | | From | Arnd Bergmann <> | Subject | Re: [PATCH] serial: of-serial: fix uninitialized kmalloc variable | Date | Tue, 21 Oct 2014 12:11:08 +0200 |
| |
On Tuesday 21 October 2014 16:50:21 Jingchang Lu wrote: > The info pointer points to an uninitialized kmalloced space. > If a device doesn't have clk property, then info->clk may > have unpredicated value and cause call trace. So use kzalloc > to make sure it is NULL initialized. > > Signed-off-by: Jingchang Lu <jingchang.lu@freescale.com> >
Acked-by: Arnd Bergmann <arnd@arndb.de
|  |