[PATCH 06/22] i810: Use pci_zalloc_consistent

2014-07-08 Thread Daniel Vetter
On Mon, Jun 23, 2014 at 06:41:34AM -0700, Joe Perches wrote: > Remove the now unnecessary memset too. > > Signed-off-by: Joe Perches Since I seem to be the last idiot to have touched i810.ko: Acked-by: Daniel Vetter > --- > drivers/gpu/drm/i810/i810_dma.c | 5 ++--- > 1 file changed, 2 insert

[PATCH 06/22] i810: Use pci_zalloc_consistent

2014-06-23 Thread Joe Perches
Remove the now unnecessary memset too. Signed-off-by: Joe Perches --- drivers/gpu/drm/i810/i810_dma.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i810/i810_dma.c b/drivers/gpu/drm/i810/i810_dma.c index e88bac1..bae897d 100644 --- a/drivers/gpu/drm/i81