Re: [PATCH] uio_pdrv: set memory mapping name

2012-11-11 Thread Hans J. Koch
On Fri, Nov 09, 2012 at 07:06:40AM +0100, Manuel Traut wrote: > If uio_pdrv[_genirq] is used, the uio maps have currently no name set. > This patch sets the uio_mem name to the name of the memory resource. Looks fine to me. I added the driver's authors to Cc. Signed-off-by: "Hans J. Koch" > >

[PATCH] uio_pdrv: set memory mapping name

2012-11-08 Thread Manuel Traut
If uio_pdrv[_genirq] is used, the uio maps have currently no name set. This patch sets the uio_mem name to the name of the memory resource. Signed-off-by: Manuel Traut Reported-by: Stefan Staedtler Tested-by: Stefan Staedtler diff --git a/drivers/uio/uio_pdrv_genirq.c b/drivers/uio/uio_pdrv_g