diff options
author | I Viswanath <viswanathiyyappan@gmail.com> | 2025-08-25 08:44:30 +0530 |
---|---|---|
committer | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2025-09-25 23:49:08 +0200 |
commit | 59ccb8176bd7e826d47962e891b460284f6978f0 (patch) | |
tree | ea165a90c29efeb0e1d28c57ec1884d3ebd1c052 /rust/kernel/irq/request.rs | |
parent | 2b7a2003ba01cde9a4958a50c55207f820766816 (diff) |
i2c: mux: Simplify boolean assignment in i2c_mux_alloc
Refactor boolean field assignments of the form `if (a) b = true` to
`b = !!(a)` in i2c_mux_alloc.
Signed-off-by: I Viswanath <viswanathiyyappan@gmail.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Diffstat (limited to 'rust/kernel/irq/request.rs')
0 files changed, 0 insertions, 0 deletions