On Thu, May 09, 2013 at 01:13:49AM +0200, Marc Espie wrote:
> On Wed, May 08, 2013 at 04:50:16PM -0400, Ted Unangst wrote:
> > On Tue, Apr 30, 2013 at 18:57, Arto Jonsson wrote:
> > > Taken from netbsd with minor modifications. Comments?
> >
> > I don't think you've received much feedback. I don't
On Wed, May 08, 2013 at 04:50:16PM -0400, Ted Unangst wrote:
> On Tue, Apr 30, 2013 at 18:57, Arto Jonsson wrote:
> > Taken from netbsd with minor modifications. Comments?
>
> I don't think you've received much feedback. I don't know how other
> developers feel, but the question I have is can't th
as suggested by mpi, remove activate functions from devices
under uhidev which don't do anything with them. remove unused
DPRINTFN while there.
I don't have either of these devices to test running with them;
if they can be unplugged without a panic then the diff works.
Index: utrh.c
===
On Tue, Apr 30, 2013 at 18:57, Arto Jonsson wrote:
> Taken from netbsd with minor modifications. Comments?
I don't think you've received much feedback. I don't know how other
developers feel, but the question I have is can't this be done with a
rather simple awk script? or perl? One of the reasons
On Sun, May 05, 2013 at 01:01:28PM +0200, Maxime Villard wrote:
> I have been making a code scanner for a while, and I wanted to test
> a new rule, so I scanned sys/pci/drm. It found an uninitialized
> variable in intel_ddi.c.
>
> Quite simple, if !(val & DDI_BUF_CTL_ENABLE) at l.1420, the variabl