Skip to content

Commit

Permalink
dbgfs: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed Sep 10, 2020
1 parent 1dc49d1 commit 84827e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/src/clients/surface_sam_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ static struct platform_device ssam_dbgdev_device = {
};

static struct platform_driver ssam_dbgdev_driver = {
.probe = ssam_dbgdev_probe,
.probe = ssam_dbgdev_probe,
.remove = ssam_dbgdev_remove,
.driver = {
.name = SSAM_DBGDEV_NAME,
Expand Down

0 comments on commit 84827e8

Please sign in to comment.