mxser: rename mxser_board::chip_flag to must_hwid
authorJiri Slaby <jslaby@suse.cz>
Fri, 18 Jun 2021 06:14:13 +0000 (08:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jun 2021 11:09:58 +0000 (13:09 +0200)
commit292955a7c011e2351a7ed6f8d7e418d4f3fdd585
tree9d87e3527b0d7f09835daa73bdaaba0b79400165
parent3b6618299a38c8bc21c6f70109c52a2dc8627350
mxser: rename mxser_board::chip_flag to must_hwid

It is named IsMoxaMustChipFlag in the original Moxa's driver. Over the
time, it was reduced to chip_flag which doesn't make much sense. So dub
it again by what it is: must_hwid (mxser_must_get_hwid assigns to it).

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210618061516.662-8-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/mxser.c