X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=sound%2Fsynth%2Futil_mem.c;h=6fc3d2b2519f935c76f1156962d4bae4cd0a6750;hb=baab2ce7d2a8dbf6280ab09c011cfec1dd5972de;hp=1d9b11f345f891525c00040202fc1adceb534b15;hpb=591eb85ecd7e6eb8596c6129ae074e16636b99f4;p=linux-2.6-omap-h63xx.git diff --git a/sound/synth/util_mem.c b/sound/synth/util_mem.c index 1d9b11f345f..6fc3d2b2519 100644 --- a/sound/synth/util_mem.c +++ b/sound/synth/util_mem.c @@ -116,7 +116,7 @@ __snd_util_memblk_new(struct snd_util_memhdr *hdr, unsigned int units, if (blk == NULL) return NULL; - if (! prev || prev == &hdr->block) + if (prev == &hdr->block) blk->offset = 0; else { struct snd_util_memblk *p = get_memblk(prev);