Re: [PATCH RESEND] staging: et131x: Fix errors caused by phydev->addr accesses before initialisation

2014-08-10 Thread Anca Emanuel
Do you have this hardware ? And did you test this ? How can you cc stable without an Tested by somebody else ? On Mon, Aug 11, 2014 at 12:16 AM, Mark Einon wrote: > Fix two reported bugs, caused by et131x_adapter->phydev->addr being accessed > before it is initialised, by: > > - letting et131x_m

Re: [PATCH] add exFAT driver

2013-09-25 Thread Anca Emanuel
On Wed, Sep 25, 2013 at 7:36 PM, Benjamin Valentin wrote: > Am Fri, 30 Aug 2013 08:42:05 -0700 > schrieb Greg Kroah-Hartman : > >> For staging drivers I need a maintainer that is going to take the time >> to shephard it into the core kernel tree. See other TODO files for >> how that person is def

Re: [PATCH] staging: ozwpan: Fix build warning.

2013-08-04 Thread Anca Emanuel
Why do not use div_u64() ? [quote]unsigned 64bit divide with 32bit divisor This is the most common 64bit divide and should be used if possible, as many 32bit archs can optimize this variant better than a full 64bit divide. [/quote] > - ep->credit += timespec_to_ns(&delta) / NSEC_PE