qcacld-3.0: Replace ServiceID with service_id
Removes cammel case. Change-Id: I8107c9fa783bdec41468191315c901018f6fd05f CRs-Fixed: 935297
This commit is contained in:

committed by
Akash Patel

parent
9e7c1c77c5
commit
7a39c0cb30
@@ -424,7 +424,7 @@ int htt_htc_attach(struct htt_pdev_t *pdev)
|
||||
#endif
|
||||
|
||||
/* connect to control service */
|
||||
connect.ServiceID = HTT_DATA_MSG_SVC;
|
||||
connect.service_id = HTT_DATA_MSG_SVC;
|
||||
|
||||
status = htc_connect_service(pdev->htc_pdev, &connect, &response);
|
||||
|
||||
|
Reference in New Issue
Block a user