From: Kevin Hao Date: Wed, 3 Jul 2013 22:09:16 +0000 (-0700) Subject: kernel/resource.c: remove the unneeded assignment in function __find_resource X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~17^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0786f7b225ba1edd801dc4bfbf6191d058b943a2;p=pandora-kernel.git kernel/resource.c: remove the unneeded assignment in function __find_resource This line was introduced by fcb11918 ("resources: add arch hook for preventing allocation in reserved areas"). But the struct tmp was already assigned to *new in the above line, so this seems superfluous. Just remove it. Signed-off-by: Kevin Hao Cc: Bjorn Helgaas Cc: Jesse Barnes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed