Re: nozomi version 2.1c for review

2007-11-10 Thread Frank Seidel
On Samstag 10 November 2007 00:27:03, you (Frank Seidel) wrote: > I really appreciated any feedback or hint were to dig further or what > should be done and fixed. Thanks to the great patches from Jiri Slaby <[EMAIL PROTECTED]> this is now again a probably big step forward for the nozomi driver. B

Re: nozomi version 2.1c for review

2007-11-09 Thread Alan Cox
> and already in Gregs git repository) i resolved and removed all those > GET_* and SET_* macros. Oh good, that was long overdue. > + switch (port) { > + case PORT_MDM: > + dc->last_ier = (dc->last_ier & ~MDM_UL) | MDM_UL; > + break; The & ~xxx is unneeded