From: Benoit Cousson Date: Sun, 10 Jul 2011 01:14:46 +0000 (-0600) Subject: OMAP4: clock data: Fix max mult and div for USB DPLL X-Git-Tag: v3.1-rc1~248^2~1^4^2^4~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=628479a8ea5d32ef26ba0b4eb26f8d6712a574ec;p=pandora-kernel.git OMAP4: clock data: Fix max mult and div for USB DPLL The DPLL USB can generate higher speed (x2) than the regular ones. The max multiplication value is then twice the previous value. Fix both max_mult and max_div with that correct values. Change the max_div variable type to u16 to allow storing up to 256. Replace as well the define with the value to avoid unneeded indirection and provide a better readability. Remove the defines that become useless. Signed-off-by: Benoit Cousson Cc: Paul Walmsley Cc: Rajendra Nayak Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed