All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix Android A/B backup
@ 2024-03-07 16:17 Colin McAllister
  2024-03-07 16:17 ` [PATCH 1/2] android_ab: Add missing semicolon Colin McAllister
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Colin McAllister @ 2024-03-07 16:17 UTC (permalink / raw)
  To: u-boot; +Cc: Colin McAllister, JPEWhacker, sjg

- Addresses compiler error due to missing semicolon
- Fixes use of ANDROID_AB_BACKUP_OFFSET in preprocessor macros

Bug was found by noticing a semicolon was missing and not causing a
compiler error when CONFIG_ANDROID_AB_BACKUP_OFFSET was set. I submitted
a patch to fix the semicolon before fixing the #if's. Testing the latter
patch without the former with ANDORID_AB_BACKUP_OFFSET set will cause a
compiler error.

Colin McAllister (2):
  android_ab: Add missing semicolon
  android_ab: Fix ANDROID_AB_BACKUP_OFFSET

 boot/android_ab.c | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

--
2.43.2


________________________________

CONFIDENTIALITY NOTICE: This email and any attachments are for the sole use of the intended recipient(s) and contain information that may be Garmin confidential and/or Garmin legally privileged. If you have received this email in error, please notify the sender by reply email and delete the message. Any disclosure, copying, distribution or use of this communication (including attachments) by someone other than the intended recipient is prohibited. Thank you.

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2024-03-12 15:06 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-07 16:17 [PATCH 0/2] Fix Android A/B backup Colin McAllister
2024-03-07 16:17 ` [PATCH 1/2] android_ab: Add missing semicolon Colin McAllister
2024-03-07 16:17 ` [PATCH 2/2] android_ab: Fix ANDROID_AB_BACKUP_OFFSET Colin McAllister
2024-03-07 17:50   ` Igor Opaniuk
2024-03-07 22:10 ` [PATCH v2 0/2] Fix Android A/B backup Colin McAllister
2024-03-07 22:10   ` [PATCH v2 1/2] android_ab: Add missing semicolon Colin McAllister
2024-03-07 22:54     ` Sam Protsenko
2024-03-12  9:48       ` Mattijs Korpershoek
2024-03-07 22:10   ` [PATCH v2 2/2] android_ab: Fix ANDROID_AB_BACKUP_OFFSET Colin McAllister
2024-03-07 23:08     ` Sam Protsenko
2024-03-08 16:59 ` [PATCH v3 0/2] Fix Android A/B backup Colin McAllister
2024-03-08 16:59   ` [PATCH v3 1/2] android_ab: Add missing semicolon Colin McAllister
2024-03-08 17:48     ` Sam Protsenko
2024-03-08 16:59   ` [PATCH v3 2/2] android_ab: Fix ANDROID_AB_BACKUP_OFFSET Colin McAllister
2024-03-08 17:50     ` Sam Protsenko
2024-03-08 17:56       ` Sam Protsenko
2024-03-08 17:54   ` [PATCH v3 0/2] Fix Android A/B backup Sam Protsenko
2024-03-08 19:24     ` McAllister, Colin
2024-03-08 21:59       ` Sam Protsenko
2024-03-12  9:46         ` Mattijs Korpershoek
2024-03-12 14:04           ` McAllister, Colin
2024-03-12 15:05             ` Mattijs Korpershoek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.