summaryrefslogtreecommitdiff
path: root/include/linux/device-id/git@git.tavy.me:linux-stable.git
diff options
context:
space:
mode:
authorNikolay Kulikov <nikolayof23@gmail.com>2026-05-03 00:55:41 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-05-04 16:53:18 +0200
commit6d168099f1b10d8046681040ccf2ad6fa9b8685d (patch)
tree728c5434ed392ecf5b141b2cb7adec2b45965e8c /include/linux/device-id/git@git.tavy.me:linux-stable.git
parentd4be72aad7dcd0a9ba96799e92171ca035d89d79 (diff)
staging: rtl8723bs: replace type and rename the chip_type field
The 'chip_type' field always accepts one value from the hal_chip_type_e enumeration: TEST_CHIP or NORMAL_CHIP (FPGA is never used). Changing this field's type to bool will allow it to be used directly in conditions without the need for wrapped macros. The new type requires a corresponding variable name, so rename it to 'chip_normal' to improve code readability. Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com> Link: https://patch.msgid.link/20260502220056.59815-3-nikolayof23@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/device-id/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions