On Tue, Jan 27, 2015 at 04:40:35AM -0600, Emil Medve wrote:
> Hello Joerg,
>
>
> On 01/26/2015 05:50 PM, Joerg Roedel wrote:
> > From: Joerg Roedel <[email protected]>
> >
> > Fix two compile warnings.
> >
> > Signed-off-by: Joerg Roedel <[email protected]>
> > ---
> > drivers/iommu/fsl_pamu.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/iommu/fsl_pamu.c b/drivers/iommu/fsl_pamu.c
> > index 80ac68d..e63904b 100644
> > --- a/drivers/iommu/fsl_pamu.c
> > +++ b/drivers/iommu/fsl_pamu.c
> > @@ -352,7 +352,7 @@ int pamu_config_ppaace(int liodn, phys_addr_t win_addr,
> > phys_addr_t win_size,
> > unsigned long fspi;
> >
> > if ((win_size & (win_size - 1)) || win_size < PAMU_PAGE_SIZE) {
> > - pr_debug("window size too small or not a power of two %llx\n",
> > win_size);
> > + pr_debug("window size too small or not a power of two %pa\n",
> > &win_size);
> > return -EINVAL;
> > }
>
> Somewhere around line 1124 there another opportunity for this fix:
Thanks, I updated the patch.
Joerg
_______________________________________________
iommu mailing list
[email protected]
https://lists.linuxfoundation.org/mailman/listinfo/iommu