From: Wei WANG Date: Tue, 29 Jan 2013 07:21:36 +0000 (+0800) Subject: mfd: rtsx: Use macros to replace some variables X-Git-Tag: v3.9-rc1~92^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eebbe2541684da99bf0b179d5182dc8025f5f5b6;p=pandora-kernel.git mfd: rtsx: Use macros to replace some variables In function rtsx_pci_switch_clock, some variables, such as min_n, max_n, and max_div, are not necessary. And those assigned values look very obscure for others. It's more proper to use macro definitions here to replace these variables. Signed-off-by: Wei WANG Acked-by: Borislav Petkov Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed