mirror of
https://github.com/gnif/vendor-reset.git
synced 2026-03-28 05:02:44 +01:00
[amd] cosmetics
This commit is contained in:
@@ -50,7 +50,7 @@ static int amd_navi10_reset(struct vendor_reset_dev *dev)
|
|||||||
|
|
||||||
const struct vendor_reset_ops amd_navi10_ops =
|
const struct vendor_reset_ops amd_navi10_ops =
|
||||||
{
|
{
|
||||||
.pre_reset = amd_common_pre_reset,
|
.pre_reset = amd_common_pre_reset,
|
||||||
.reset = amd_navi10_reset,
|
.reset = amd_navi10_reset,
|
||||||
.post_reset = amd_common_post_reset,
|
.post_reset = amd_common_post_reset,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user