Re: [PATCH] virtio-mmio: Fix irq parsing in command line parameter

From: Lee Jones
Date: Mon Nov 05 2012 - 08:44:08 EST


On Mon, 05 Nov 2012, Pawel Moll wrote:

> On 64-bit machines resource_size_t is a 64-bit value, while
> sscanf() format for this argument was defined as "%u". Fixed
> by using an intermediate local value of a known length.
>
> Also added cleaned up the resource creation and adde extra
> comments to make the parameters parsing easier to follow.
>
> Reported-by: Lee Jones <lee.jones@xxxxxxxxxx>
> Signed-off-by: Pawel Moll <pawel.moll@xxxxxxx>
> ---
> drivers/virtio/virtio_mmio.c | 26 ++++++++++++++++++--------
> 1 file changed, 18 insertions(+), 8 deletions(-)

Resorted to poaching now have we Pawel? ;)

--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org â Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/