]> git.baikalelectronics.ru Git - kernel.git/commit
mm/zbud: remove redundant initialization
authorXiang Chen <chenxiang66@hisilicon.com>
Tue, 13 Oct 2020 23:56:55 +0000 (16:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Oct 2020 01:38:34 +0000 (18:38 -0700)
commit10b4efb151cc6bd237e92a52513168cc4ac4c100
tree12e3b6c045b58fe90cbd7f8e87e577d3d84b587b
parentdef00f4c04be78d34297401b5ba779b5af6a784f
mm/zbud: remove redundant initialization

zhdr is already initialized in the front of the function, so remove
redundant initialization here.

Signed-off-by: Xiang Chen <chenxiang66@hisilicon.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Cc: Seth Jennings <sjenning@redhat.com>
Cc: Dan Streetman <ddstreet@ieee.org>
Link: https://lkml.kernel.org/r/1600419885-191907-1-git-send-email-chenxiang66@hisilicon.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/zbud.c