Re: [PATCH] cpukit/include/dev/can: Disabled debug prints in CAN Framework

2022-11-29 Thread Prashanth S
>On Mon, Nov 28, 2022 at 8:46 PM Prashanth S wrote: >> >> --- >> cpukit/include/dev/can/can.h | 2 +- >> testsuites/libtests/can01/init.c | 14 -- >> 2 files changed, 9 insertions(+), 7 deletions(-) >> >> diff --git a/cpukit/include/dev/can/can.h

Re: [PATCH] cpukit/include/dev/can: Disabled debug prints in CAN Framework

2022-11-29 Thread Prashanth S
> On 29/11/2022 05:57, Gedare Bloom wrote: > >> @@ -111,18 +113,18 @@ static void test_task(rtems_task_argument data) > >> > >> msg_size = ((char *)[msg.len] - (char *)); > >> > >> -printf("calling write task = %u\n", task_num); > >> +CAN_DEBUG("calling write task = %u\n",

Ticket Triage for Branching 6

2022-11-29 Thread Joel Sherrill
Hi If you saw the announcement on Discord, you know there was a ticket Triage session in the #workshop channel. Chris and I have done this together before but this time decided to share the work with anyone interested to watch. Chris and I with assistance from Andrei reviewed over 100 tickets. We

Re: [PATCH] cpukit/include/dev/can: Disabled debug prints in CAN Framework

2022-11-29 Thread Prashanth S
>On Tue, Nov 29, 2022 at 6:58 AM Prashanth S wrote: >> >> > On 29/11/2022 05:57, Gedare Bloom wrote: >> > >> @@ -111,18 +113,18 @@ static void test_task(rtems_task_argument data) >> > >> >> > >> msg_size = ((char *)[msg.len] - (char *)); >> > >> >> > >> -printf("calling write task =

Re: [PATCH] cpukit/include/dev/can: Disabled debug prints in CAN Framework

2022-11-29 Thread Gedare Bloom
On Tue, Nov 29, 2022 at 6:58 AM Prashanth S wrote: > > > On 29/11/2022 05:57, Gedare Bloom wrote: > > >> @@ -111,18 +113,18 @@ static void test_task(rtems_task_argument data) > > >> > > >> msg_size = ((char *)[msg.len] - (char *)); > > >> > > >> -printf("calling write task = %u\n",