]> git.baikalelectronics.ru Git - uboot.git/commit
net: mdio-uclass: fix type for phy_mode_str and phy_handle_str
authorMarek Behún <marek.behun@nic.cz>
Wed, 6 Apr 2022 22:32:55 +0000 (00:32 +0200)
committerRamon Fried <ramon@neureality.ai>
Sun, 10 Apr 2022 05:44:12 +0000 (08:44 +0300)
commit263ccc95879ccfafba9a2cc266c3ae1ec44cb0f9
tree6cc1d23b097f38dcdb8ca78d0fda4c35bfed00b2
parent9f8d62feede1b0d4069606d172314dc5cf366c4a
net: mdio-uclass: fix type for phy_mode_str and phy_handle_str

These global variables should both have type
  static const char * const

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
net/mdio-uclass.c