Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61a04e5b authored by Michele Curti's avatar Michele Curti Committed by Linus Torvalds
Browse files

include/linux/blkdev.h: use NULL instead of zero



Quite useless but it shuts up some warnings.

Signed-off-by: default avatarMichele Curti <michele.curti@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c185b07f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1564,7 +1564,7 @@ static inline int blk_rq_map_integrity_sg(struct request_queue *q,
}
static inline struct blk_integrity *bdev_get_integrity(struct block_device *b)
{
	return 0;
	return NULL;
}
static inline struct blk_integrity *blk_get_integrity(struct gendisk *disk)
{