From: Gavin Shan Date: Fri, 30 May 2014 17:35:54 +0000 (-0600) Subject: drivers/vfio: Rework offsetofend() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13460b92093b29347e99d6c3242e350052b62cd;p=pandora-kernel.git drivers/vfio: Rework offsetofend() The macro offsetofend() introduces unnecessary temporary variable "tmp". The patch avoids that and saves a bit memory in stack. Signed-off-by: Gavin Shan Signed-off-by: Alex Williamson --- Reading git-diff-tree failed