qcacld-3.0: Replace ServiceID with service_id

Removes cammel case.

Change-Id: I8107c9fa783bdec41468191315c901018f6fd05f
CRs-Fixed: 935297
This commit is contained in:
Houston Hoffman
2015-10-20 18:00:29 -07:00
committed by Akash Patel
parent 9e7c1c77c5
commit 7a39c0cb30
9 changed files with 62 additions and 55 deletions

View File

@@ -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);