Commit 53eaaeb
chore: remove useless conversion in fdt.rs
After changing the type of `MMIODeviceInfo::irq` from
`Option<NonZeroU32>` to `Option<u32>`, we don't need to convert
NonZeroU32 to u32 with .into() anymore. Thus any occurance is removed.
Signed-off-by: Sheng-Wei (Way) Chen <[email protected]>1 parent c139a76 commit 53eaaeb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
| 365 | + | |
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
0 commit comments