Simon Glass | 6e87ae1 | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 1 | commit b9da5f937bd5ea4931ea17459bf79b2905d9594d |
| 2 | Author: Simon Glass <sjg@chromium.org> |
| 3 | Date: Sat Apr 15 15:39:08 2017 -0600 |
| 4 | |
| 5 | pci: Correct cast for sandbox |
| 6 | |
| 7 | This gives a warning with some native compilers: |
| 8 | |
| 9 | cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type |
| 10 | ‘long long unsigned int’, but argument 3 has type |
| 11 | ‘u64 {aka long unsigned int}’ [-Wformat=] |
| 12 | |
| 13 | Fix it with a cast. |
| 14 | |
| 15 | Signed-off-by: Simon Glass <sjg@chromium.org> |
Sean Anderson | dc03ba4 | 2020-05-04 16:28:36 -0400 | [diff] [blame] | 16 | Commit-changes: 2 |
| 17 | - second revision change |
| 18 | |
Simon Glass | 6e87ae1 | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 19 | Series-notes: |
| 20 | some notes |
| 21 | about some things |
| 22 | from the first commit |
| 23 | END |
| 24 | |
| 25 | Commit-notes: |
| 26 | Some notes about |
| 27 | the first commit |
| 28 | END |
| 29 | |
| 30 | commit 5ab48490f03051875ab13d288a4bf32b507d76fd |
| 31 | Author: Simon Glass <sjg@chromium.org> |
| 32 | Date: Sat Apr 15 15:39:08 2017 -0600 |
| 33 | |
Siva Durga Prasad Paladugu | 12308b1 | 2018-07-16 15:56:11 +0530 | [diff] [blame] | 34 | fdt: Correct cast for sandbox in fdtdec_setup_mem_size_base() |
Simon Glass | 6e87ae1 | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 35 | |
| 36 | This gives a warning with some native compilers: |
| 37 | |
| 38 | lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type |
| 39 | ‘long long unsigned int’, but argument 3 has type |
| 40 | ‘long unsigned int’ [-Wformat=] |
| 41 | |
| 42 | Fix it with a cast. |
| 43 | |
| 44 | Signed-off-by: Simon Glass <sjg@chromium.org> |
| 45 | Series-to: u-boot |
| 46 | Series-prefix: RFC |
| 47 | Series-cc: Stefan Brüns <stefan.bruens@rwth-aachen.de> |
| 48 | Cover-letter-cc: Lord Mëlchett <clergy@palace.gov> |
| 49 | Series-version: 3 |
| 50 | Patch-cc: fred |
Sean Anderson | dc03ba4 | 2020-05-04 16:28:36 -0400 | [diff] [blame] | 51 | Series-process-log: sort, uniq |
Simon Glass | 6e87ae1 | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 52 | Series-changes: 4 |
| 53 | - Some changes |
Sean Anderson | dc03ba4 | 2020-05-04 16:28:36 -0400 | [diff] [blame] | 54 | - Multi |
| 55 | line |
| 56 | change |
| 57 | |
| 58 | Commit-changes: 2 |
| 59 | - Changes only for this commit |
| 60 | |
| 61 | Cover-changes: 4 |
| 62 | - Some notes for the cover letter |
Simon Glass | 6e87ae1 | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 63 | |
| 64 | Cover-letter: |
| 65 | test: A test patch series |
| 66 | This is a test of how the cover |
Sean Anderson | dc03ba4 | 2020-05-04 16:28:36 -0400 | [diff] [blame] | 67 | letter |
Simon Glass | 6e87ae1 | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 68 | works |
| 69 | END |