]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: fsl: Fix NULL terminating issue for usb controller name string
authorRajesh Bhagat <rajesh.bhagat@nxp.com>
Sat, 18 Jun 2016 05:17:10 +0000 (10:47 +0530)
committerMarek Vasut <marex@denx.de>
Fri, 24 Jun 2016 22:57:09 +0000 (00:57 +0200)
commit217d16973db6239c88ca77c7ffe3e4abdaf58d57
treea39adaa64b190ff659edc9545f72e38efa321425
parentb66a5c03a0870db3045be2967b85684b1887ca18
usb: fsl: Fix NULL terminating issue for usb controller name string

Fixes NULL terminating issue for usb controller name string by using
sizeof operator.

Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
drivers/usb/host/ehci-fsl.c