From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RM8CD-0000Ot-K4 for qemu-devel@nongnu.org; Thu, 03 Nov 2011 21:03:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RM8CA-0004JS-0S for qemu-devel@nongnu.org; Thu, 03 Nov 2011 21:03:49 -0400 Received: from ozlabs.org ([203.10.76.45]:44195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RM8C9-0004J2-KJ for qemu-devel@nongnu.org; Thu, 03 Nov 2011 21:03:45 -0400 From: David Gibson Date: Fri, 4 Nov 2011 12:03:31 +1100 Message-Id: <1320368618-22733-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [0/7] Remove unnecessary casts introduced by PCI DMA stubs series List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: joerg.roedel@amd.com, agraf@suse.de, qemu-devel@nongnu.org, avi@redhat.com, eduard.munteanu@linux360.ro, sw@weilnetz.de, rth@twiddle.net As a few people pointed out, my recent patch series introducing a new (stub) PCI DMA API added unnecessary casts in quite a few places. I think this was a hangover from early days of the patchese where the casts were necessary for some reason I've now forgotten. Thanks for applying the series anyway, here is the requested followup series which removes those unnecessary casts. This still leaves the bug I introduced in eepro100 where stl_le_pci_dma() is now used on a possibly unaligned address. I'll be sending another patch to fix that.