Skip to content

Commit fbc6095

Browse files
hoshinolinajannau
authored andcommitted
drm/asahi: File: Clippy fixes
Signed-off-by: Asahi Lina <lina@asahilina.net>
1 parent b98e436 commit fbc6095

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)