From: Prarit Bhargava Date: Tue, 22 Mar 2011 23:30:49 +0000 (-0700) Subject: mm: notifier_from_errno() cleanup X-Git-Tag: v2.6.39-rc1~347 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fda1bd5b8869574dad8e1f9f71e23bf0c186274;p=pandora-kernel.git mm: notifier_from_errno() cleanup While looking at some other notifier callbacks I noticed this code could use a simple cleanup. notifier_from_errno() no longer needs the if (ret)/else conditional. That same conditional is now done in notifier_from_errno(). Signed-off-by: Prarit Bhargava Cc: Paul Menage Cc: Li Zefan Acked-by: Pekka Enberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed