svn commit: r308752 - head/sys/dev/usb/controller

Hans Petter Selasky hps at selasky.org
Thu Nov 17 15:18:24 UTC 2016


On 11/17/16 16:08, Ruslan Bukin wrote:
>  #ifdef USB_DEBUG
> -static int dwc_otg_debug;
> +static int dwc_otg_debug = 0;

BSS/static is zero by default.

Else looks good.

--HPS


More information about the svn-src-head mailing list