From: Mark Brown Date: Thu, 21 Feb 2013 18:01:54 +0000 (+0000) Subject: regmap: rbtree: Don't bother checking for noop updates X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~132^2~2^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66baf407571662f7e2a22dd0764cbe279559446c;p=pandora-kernel.git regmap: rbtree: Don't bother checking for noop updates If we're updating a value in place it's more work to read the value and compare the value with what we're about to set than it is to just write the value into the cache; there are no further operations after writing in the code even though there's an early return here. Signed-off-by: Mark Brown --- Reading git-diff-tree failed