From 53861c4ba971014515f0e26d5764687c9696d53d Mon Sep 17 00:00:00 2001 From: ariff Date: Fri, 24 Feb 2006 09:29:32 +0000 Subject: [PATCH] Trim unnecessary pointer alignment. --- sys/dev/sound/pci/atiixp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sound/pci/atiixp.c b/sys/dev/sound/pci/atiixp.c index 10036b00d259..a7af31209a06 100644 --- a/sys/dev/sound/pci/atiixp.c +++ b/sys/dev/sound/pci/atiixp.c @@ -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 *