]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: sm750fb: remove some unnecessary castings
authorMike Rapoport <mike.rapoport@gmail.com>
Tue, 13 Oct 2015 06:26:46 +0000 (09:26 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 05:05:40 +0000 (22:05 -0700)
commitb02f9240e0e02a030883e3bb7f712f5e1ea58ac9
tree79eb3dc9a00a53eaeae876a5e73de63e9bcb5a33
parent7092d76f144dc852b2143fe3daabc66fb794dba6
staging: sm750fb: remove some unnecessary castings

The clock divisor calculations in setMasterClock and setMemoryClock
unnecessaryly cast unsigned int to unsigned int. Removing the casting.

Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_chip.c