Date: Thu, 17 Nov 2016 16:18:18 +0100 From: Hans Petter Selasky <hps@selasky.org> To: Ruslan Bukin <br@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r308752 - head/sys/dev/usb/controller Message-ID: <eb6bab64-88c8-5780-6363-d71816589e0d@selasky.org> In-Reply-To: <201611171508.uAHF8Ua8068200@repo.freebsd.org> References: <201611171508.uAHF8Ua8068200@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?eb6bab64-88c8-5780-6363-d71816589e0d>