Trim unnecessary pointer alignment.

This commit is contained in:
Ariff Abdullah 2006-02-24 09:29:32 +00:00
parent ea54941449
commit df010ca869

View File

@ -614,7 +614,7 @@ atiixp_chan_getptr(kobj_t obj, void *data)
}
#endif
return (retry > 0) ? ptr & ~align : 0;
return (retry > 0) ? ptr : 0;
}
static struct pcmchan_caps *