monitor: Fix build error in some targets
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 5 Jul 2022 17:43:46 +0000 (10:43 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:54 +0000 (14:55 +0530)
commit8fb37ecb8dc4d27eb904992e1492a6487d454931
treef888940c8b3dfb01b4a27abd8021a194f7871b4b
parenta42086b82015d72623d6ff7c2660cc31484804dc
monitor: Fix build error in some targets

This fixes the following error:

monitor/att.c: In function 'print_attribute':
monitor/att.c:1850:35: error: lvalue required as unary '&' operand
                 print_uuid(label, &cpu_to_le16(uuid->value.u16), 2);

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
monitor/att.c