From: Damien Lespiau Date: Thu, 7 May 2015 17:38:43 +0000 (+0100) Subject: drm/i915/skl: Remove unnecessary () used with div_u64() X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~325 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30a7862de84e69abc3018c57184f485048eed9d8;p=pandora-kernel.git drm/i915/skl: Remove unnecessary () used with div_u64() div_u64() can be either a inline function or a define, but in either case it's safe to provide expressions as parameters without outer () around them. Signed-off-by: Damien Lespiau Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed