xfs: remove redundant initialization of variable error
authorShaokun Zhang <zhangshaokun@hisilicon.com>
Fri, 18 Jun 2021 15:14:31 +0000 (08:14 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 18 Jun 2021 15:14:31 +0000 (08:14 -0700)
commit9bb38aa080394fb327c90eff75388e0598f266f0
treeae5b623617ced4ee9d3f46cb96ca06c9241df954
parent90e2c1c20ac672756a2835b5a92a606dd48a4aa3
xfs: remove redundant initialization of variable error

'error' will be initialized, so clean up the redundant initialization.

Cc: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_buf.c