
13 Jun
2020
13 Jun
'20
5:11 a.m.
If no warnings are detected due to checkpatch having unexpected options, patman currently shows an error:
TypeError: unsupported operand type(s) for +=: 'int' and 'property'
Fix this by initing the variable correctly.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/patman/checkpatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-dm, thanks!