From: Marcin Slusarz Date: Tue, 19 Apr 2011 21:52:42 +0000 (+0200) Subject: drm/nouveau: fix allocation of notifier object X-Git-Tag: v2.6.39-rc5~39^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4ac93bf3c05bbe9fed1498a1461a8cdaf4b944d;p=pandora-kernel.git drm/nouveau: fix allocation of notifier object Commit 73412c3854c877e5f37ad944ee8977addde4d35a ("drm/nouveau: allocate kernel's notifier object at end of block") intended to align end of notifier block to page boundary, but start of block was miscalculated to be off by -16 bytes. Fix it. Signed-off-by: Marcin Slusarz Cc: Ben Skeggs Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed