Trim unnecessary pointer alignment.

This commit is contained in:
ariff 2006-02-24 09:29:32 +00:00
parent 59ae2faccd
commit 53861c4ba9

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 *