]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: mvneta: Use bool instead of int for boolean variable
authorMarek Behún <marek.behun@nic.cz>
Wed, 27 Apr 2022 10:41:54 +0000 (12:41 +0200)
committerStefan Roese <sr@denx.de>
Wed, 4 May 2022 05:05:51 +0000 (07:05 +0200)
commit3b38fad1827ecb6944da28c8d9b725b0d5917544
treebdb90a3489a2f91723437dcf2102218318a97615
parentca4730a46639201daa2acb807b17e422605fc0ae
net: mvneta: Use bool instead of int for boolean variable

Use the bool type instead of int for status_change variable.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/net/mvneta.c