]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
timer_list: Remove useless cast when printing
authorMars Cheng <mars.cheng@mediatek.com>
Thu, 9 Feb 2017 07:50:15 +0000 (15:50 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 10 Feb 2017 10:15:08 +0000 (11:15 +0100)
commit7551b02b94ad1daee3a79d667dc3c46d08328f87
tree8cce8a8b20c4ae488bec82c367d0fc6ba4f00539
parentdfb4357da6ddbdf57d583ba64361c9d792b0e0b1
timer_list: Remove useless cast when printing

hrtimer_resolution is already unsigned int, not necessary to cast
it when printing.

Signed-off-by: Mars Cheng <mars.cheng@mediatek.com>
Cc: CC Hwang <cc.hwang@mediatek.com>
Cc: wsd_upstream@mediatek.com
Cc: Loda Chou <loda.chou@mediatek.com>
Cc: Jades Shih <jades.shih@mediatek.com>
Cc: Miles Chen <miles.chen@mediatek.com>
Cc: John Stultz <john.stultz@linaro.org>
Cc: My Chuang <my.chuang@mediatek.com>
Cc: Matthias Brugger <matthias.bgg@gmail.com>
Cc: Yingjoe Chen <yingjoe.chen@mediatek.com>
Link: http://lkml.kernel.org/r/1486626615-5879-1-git-send-email-mars.cheng@mediatek.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/timer_list.c