Re: [PATCH 1/2] mfd: omap-usb-host: Remove magic numbers for dev dma mask

2012-02-15 Thread Felipe Balbi
Hi, > From c4523f02fe96b85245ada1047aa1273c56509e5c Mon Sep 17 00:00:00 2001 > From: "Govindraj.R" > Date: Wed, 15 Feb 2012 12:27:50 +0530 > Subject: [PATCH 1/2] mfd: omap-usb-host: Remove magic numbers for dev dma > mask > > Remove the hardcoded magic valu

Re: [PATCH 1/2] mfd: omap-usb-host: Remove magic numbers for dev dma mask

2012-02-15 Thread Govindraj
could use dma_set_coherent_mask(); Here [1] is the updated patch. -- Thanks, Govindraj.R [1]: >From c4523f02fe96b85245ada1047aa1273c56509e5c Mon Sep 17 00:00:00 2001 From: "Govindraj.R" Date: Wed, 15 Feb 2012 12:27:50 +0530 Subject: [PATCH 1/2] mfd: omap-usb-host: Remove magic

Re: [PATCH 1/2] mfd: omap-usb-host: Remove magic numbers for dev dma mask

2012-02-15 Thread Felipe Balbi
On Wed, Feb 15, 2012 at 03:53:33PM +0530, Govindraj.R wrote: > From: "Govindraj.R" > > Remove the hardcoded magic values for dma mask and use the dma > mask macros available. > > CC: Felipe Balbi > CC: Alan Stern > Signed-off-by: Govindraj.R > --- > drivers/mfd/omap-usb-host.c |4 ++-- >

[PATCH 1/2] mfd: omap-usb-host: Remove magic numbers for dev dma mask

2012-02-15 Thread Govindraj.R
From: "Govindraj.R" Remove the hardcoded magic values for dma mask and use the dma mask macros available. CC: Felipe Balbi CC: Alan Stern Signed-off-by: Govindraj.R --- drivers/mfd/omap-usb-host.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mfd/omap-us