Re: [PATCH] fix "Trying to free nonexistent resource" format string

From: Greg KH
Date: Fri Jun 23 2006 - 22:46:11 EST


On Wed, Jun 21, 2006 at 10:57:00AM -0700, Andy Isaacson wrote:
> In 2.6.17-mm1, the patch
> gregkh-pci-64bit-resource-fix-up-printks-for-resources-in-arch-and-core-code.patch
> has some formatting bugs.
> * converts %08x into %16llx, which results in space-padding rather than
> zero-padding.
> * some casts are insufficiently touchy-feely with their castees.
>
> This patch fixes them.
>
> Signed-off-by: Andy Isaacson <adi@xxxxxxxxxxxxx>

Thanks, I've merged this in with the original patch and added your
Signed-off-by to it.

thanks,

greg k-h
-
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/