]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: dsps: fix possible compile warning
authorFelipe Balbi <balbi@ti.com>
Wed, 6 Feb 2013 07:57:18 +0000 (09:57 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:17:08 +0000 (11:17 +0200)
commit53c28a16a6434f6611c026413d3b28d4ac7f3233
tree12530e712eec9f838abec51fcbb86f0434a7d17c
parent9cc8201532412001538f9e288df683cf4de7ca59
usb: musb: dsps: fix possible compile warning

if CONFIG_OF is disabled, np will be unused
and that will give us a compile warning. This
patch just avoids it.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_dsps.c