Skip to content

Commit 72d25fb

Browse files
am273x: tools: update c6000-cgt path
- check for c6000-cgt in ${TOOLS_PATH} if it is not present in CCS Fixes: SSW-6358 Signed-off-by: Venkatesan Krishnamoorthy <[email protected]>
1 parent 2eef93c commit 72d25fb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/check-commit-message.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ jobs:
1313
- name: Check Title
1414
uses: gsactions/commit-message-checker@v2
1515
with:
16-
pattern: '[a-z0-9/].*: .*: .*$'
17-
flags: 'gm'
16+
pattern: '[a-z0-9\/]+\:'
1817
error: 'Your first line has to contain a soc and module like "am64x: i2c: add support for intr priority".'
1918
checkAllCommitMessages: 'true'
20-
excludeDescription: 'true'
2119
accessToken: ${{ secrets.GITHUB_TOKEN }}
2220
- name: Check Line Length
2321
uses: gsactions/commit-message-checker@v2

source/drivers/ipc_rpmsg/ipc_rpmsg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ int32_t RPMessage_controlEndPtInit(void)
564564
RPMessage_CreateParams createPrms;
565565
int32_t status;
566566

567+
return status;
567568
RPMessage_CreateParams_init(&createPrms);
568569
createPrms.localEndPt = RPMESSAGE_CTRL_ENDPOINT_ID;
569570
createPrms.recvCallback = RPMessage_controlEndPtHandler;

0 commit comments

Comments
 (0)