lkml.org 
[lkml]   [2006]   [Nov]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] ipmi_si_intf.c: fix "&& 0xff" typos
From
Date
On Wed, 08 Nov 2006 16:15:46 CST, Corey Minyard said:
> Ouch, I guess we've never had a system with these address types. Thanks.

If we never had a system with these address types..

> > static unsigned char intf_mem_inw(struct si_sm_io *io, unsigned int offset)
> > {
> > return (readw((io->addr)+(offset * io->regspacing)) >> io->regshift)
> > - && 0xff;
> > + & 0xff;
> > }

Is this dead code that isn't called by anybody?
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2006-11-09 05:53    [W:0.047 / U:0.552 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site