]> Git Repo - u-boot.git/commit
net: mvneta: Use bool instead of int for boolean variable
authorMarek Behún <[email protected]>
Wed, 27 Apr 2022 10:41:54 +0000 (12:41 +0200)
committerStefan Roese <[email protected]>
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 <[email protected]>
Reviewed-by: Ramon Fried <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
drivers/net/mvneta.c
This page took 0.033694 seconds and 4 git commands to generate.