diff options
| author | Marek Vasut <[email protected]> | 2024-07-13 15:19:22 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-15 12:12:18 -0600 |
| commit | 2f8c004a5ae51b9b88479f3a728c564c021f50c5 (patch) | |
| tree | a8b457a42581ce00d6400f0318558fe86e6788ce /lib/fdtdec.c | |
| parent | dc5e2057131fd90bb62bb8c6b92abdb86ae32624 (diff) | |
lib: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'lib/fdtdec.c')
| -rw-r--r-- | lib/fdtdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c index b2c59ab3818..5b3b26df968 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -1182,7 +1182,6 @@ static int uncompress_blob(const void *src, ulong sz_src, void **dstp) if (!gzip && !lzo) return -EBADMSG; - if (CONFIG_IS_ENABLED(MULTI_DTB_FIT_DYN_ALLOC)) { dst = malloc(sz_out); if (!dst) { |
