]> git.proxmox.com Git - mirror_ubuntu-kernels.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)
commit1860129421c37a152b3bed23d7bef8ae21545d67
tree12e3b6c045b58fe90cbd7f8e87e577d3d84b587b
parentf94afee9980c5722dfff6d3e46fd34a36293a509
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