We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72eb830 commit f6f0d97Copy full SHA for f6f0d97
drivers/staging/greybus/fw-core.c
@@ -89,7 +89,7 @@ static int gb_fw_core_probe(struct gb_bundle *bundle,
89
}
90
91
connection = gb_connection_create(bundle, cport_id,
92
- gb_fw_mgmt_request_handler);
+ gb_fw_mgmt_request_handler);
93
if (IS_ERR(connection)) {
94
ret = PTR_ERR(connection);
95
dev_err(&bundle->dev,
@@ -110,7 +110,7 @@ static int gb_fw_core_probe(struct gb_bundle *bundle,
110
111
112
113
- gb_fw_download_request_handler);
+ gb_fw_download_request_handler);
114
115
dev_err(&bundle->dev, "failed to create download connection (%ld)\n",
116
PTR_ERR(connection));
0 commit comments