]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: PL08x: prefix hex numbers with 0x
authorRussell King - ARM Linux <linux@arm.linux.org.uk>
Mon, 3 Jan 2011 22:33:47 +0000 (22:33 +0000)
committerDan Williams <dan.j.williams@intel.com>
Wed, 5 Jan 2011 03:16:11 +0000 (19:16 -0800)
commita79806b7d9d0b36c660aa56e47765d68604d28a1
treed325746290ec84b1b7e03b546c8f585048cbe28a
parentcc328f88a21c9f0783928349716ef5ce47e06fa0
ARM: PL08x: prefix hex numbers with 0x

A driver which emits both decimal and hex numbers in its printk
creates confusion as to what is what.  Prefix hex numbers with 0x.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/dma/amba-pl08x.c