From: Arend van Spriel Date: Mon, 8 Aug 2011 13:58:18 +0000 (+0200) Subject: staging: brcm80211: remove volatile keyword used in struct rte_console X-Git-Tag: v3.2-rc1~169^2^2~864^2~350 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85567f52f2ba6159b98b066c792e5eb7cdc9bf0c;p=pandora-kernel.git staging: brcm80211: remove volatile keyword used in struct rte_console Two members vcons_in and vcons_out were declared using the volatile keyword. However, there is no reason for doing so. The member is used only to calculate the backplane address to access using offsetof. This address is passed to subsequent read function. Use of volatile is not warranted. Signed-off-by: Arend van Spriel Reviewed-by: Roland Vossen Reviewed-by: Franky Lin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed