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
> 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
2 matches
Mail list logo