Simon Glass | df1bc5c | 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 |
Wolfgang Denk | 9d328a6 | 2021-09-27 17:42:38 +0200 | [diff] [blame] | 6 | |
Simon Glass | df1bc5c | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 7 | This gives a warning with some native compilers: |
Wolfgang Denk | 9d328a6 | 2021-09-27 17:42:38 +0200 | [diff] [blame] | 8 | |
Simon Glass | df1bc5c | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 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=] |
Wolfgang Denk | 9d328a6 | 2021-09-27 17:42:38 +0200 | [diff] [blame] | 12 | |
Simon Glass | df1bc5c | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 13 | Fix it with a cast. |
Wolfgang Denk | 9d328a6 | 2021-09-27 17:42:38 +0200 | [diff] [blame] | 14 | |
Simon Glass | df1bc5c | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 15 | Signed-off-by: Simon Glass <sjg@chromium.org> |
Sean Anderson | cf13b86 | 2020-05-04 16:28:36 -0400 | [diff] [blame] | 16 | Commit-changes: 2 |
| 17 | - second revision change |
| 18 | |
Simon Glass | df1bc5c | 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 |
Wolfgang Denk | 9d328a6 | 2021-09-27 17:42:38 +0200 | [diff] [blame] | 24 | |
Simon Glass | df1bc5c | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 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 | b3d55ea | 2018-07-16 15:56:11 +0530 | [diff] [blame] | 34 | fdt: Correct cast for sandbox in fdtdec_setup_mem_size_base() |
Wolfgang Denk | 9d328a6 | 2021-09-27 17:42:38 +0200 | [diff] [blame] | 35 | |
Simon Glass | df1bc5c | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 36 | This gives a warning with some native compilers: |
Wolfgang Denk | 9d328a6 | 2021-09-27 17:42:38 +0200 | [diff] [blame] | 37 | |
Simon Glass | df1bc5c | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 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=] |
Wolfgang Denk | 9d328a6 | 2021-09-27 17:42:38 +0200 | [diff] [blame] | 41 | |
Simon Glass | df1bc5c | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 42 | Fix it with a cast. |
Wolfgang Denk | 9d328a6 | 2021-09-27 17:42:38 +0200 | [diff] [blame] | 43 | |
Simon Glass | df1bc5c | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 44 | Signed-off-by: Simon Glass <sjg@chromium.org> |
| 45 | Series-to: u-boot |
| 46 | Series-prefix: RFC |
Sean Anderson | dc1cd13 | 2021-10-22 19:07:04 -0400 | [diff] [blame] | 47 | Series-postfix: some-branch |
Simon Glass | df1bc5c | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 48 | Series-cc: Stefan Brüns <stefan.bruens@rwth-aachen.de> |
| 49 | Cover-letter-cc: Lord Mëlchett <clergy@palace.gov> |
| 50 | Series-version: 3 |
| 51 | Patch-cc: fred |
Sean Anderson | cf13b86 | 2020-05-04 16:28:36 -0400 | [diff] [blame] | 52 | Series-process-log: sort, uniq |
Simon Glass | df1bc5c | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 53 | Series-changes: 4 |
| 54 | - Some changes |
Sean Anderson | cf13b86 | 2020-05-04 16:28:36 -0400 | [diff] [blame] | 55 | - Multi |
| 56 | line |
| 57 | change |
| 58 | |
| 59 | Commit-changes: 2 |
| 60 | - Changes only for this commit |
| 61 | |
| 62 | Cover-changes: 4 |
| 63 | - Some notes for the cover letter |
Wolfgang Denk | 9d328a6 | 2021-09-27 17:42:38 +0200 | [diff] [blame] | 64 | |
Simon Glass | df1bc5c | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 65 | Cover-letter: |
| 66 | test: A test patch series |
| 67 | This is a test of how the cover |
Sean Anderson | cf13b86 | 2020-05-04 16:28:36 -0400 | [diff] [blame] | 68 | letter |
Simon Glass | df1bc5c | 2017-05-29 15:31:31 -0600 | [diff] [blame] | 69 | works |
| 70 | END |