Skip to content

Commit f0cd458

Browse files
committed
drm/asahi: File: Clippy fixes
Signed-off-by: Asahi Lina <[email protected]>
1 parent 06d54c5 commit f0cd458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/asahi/file.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ impl File {
10931093
);
10941094
Err(e)
10951095
}
1096-
Ok(_) => Ok(0),
1096+
Ok(()) => Ok(0),
10971097
}
10981098
}
10991099

0 commit comments

Comments
 (0)