]> git.baikalelectronics.ru Git - kernel.git/commit
fs/hugetlbfs/inode.c: remove null test before kfree
authorFabian Frederick <fabf@skynet.be>
Wed, 4 Jun 2014 23:10:40 +0000 (16:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:11 +0000 (16:54 -0700)
commiteca451f69be7d583b94f0b7a226d901315e0a9b1
treeb509e57a21956f979e40c1fcb04dbf9f54cde354
parent14780f8a4759f83e49f77c308de03836ce72fac7
fs/hugetlbfs/inode.c: remove null test before kfree

Fix checkpatch warning:
WARNING: kfree(NULL) is safe this check is probably not required

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/hugetlbfs/inode.c