We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4266a32 commit 6d7443cCopy full SHA for 6d7443c
drivers/char/hw_random/bcm2835_rng_rust.rs
@@ -28,7 +28,7 @@ impl KernelModule for RngModule {
28
let of_match_tbl = OfMatchTable::new(&c_str!("brcm,bcm2835-rng"))?;
29
30
let pdev = platdev::Registration::new_pinned(
31
- cstr!("bcm2835-rng-rust"),
+ c_str!("bcm2835-rng-rust"),
32
Some(of_match_tbl),
33
&THIS_MODULE,
34
)?;
0 commit comments