mbox series

[0/2] tools: gpio: fix %llu warnings

Message ID 20210107040020.257671-1-warthog618@gmail.com
Headers show
Series tools: gpio: fix %llu warnings | expand

Message

Kent Gibson Jan. 7, 2021, 4 a.m. UTC
Fix a couple of warnings that I ran across while testing selftest changes.

Sorry about the repetition in the checkin comments, but as the problem was
introduced to the two files separately it seemed more appropriate than
tying their history together.

Cheers,
Kent.

Kent Gibson (2):
  tools: gpio: fix %llu warning in gpio-event-mon.c
  tools: gpio: fix %llu warning in gpio-watch.c

 tools/gpio/gpio-event-mon.c | 4 ++--
 tools/gpio/gpio-watch.c     | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

Comments

Bartosz Golaszewski Jan. 11, 2021, 9:59 a.m. UTC | #1
On Thu, Jan 7, 2021 at 5:00 AM Kent Gibson <warthog618@gmail.com> wrote:
>
> Fix a couple of warnings that I ran across while testing selftest changes.
>
> Sorry about the repetition in the checkin comments, but as the problem was
> introduced to the two files separately it seemed more appropriate than
> tying their history together.
>
> Cheers,
> Kent.
>
> Kent Gibson (2):
>   tools: gpio: fix %llu warning in gpio-event-mon.c
>   tools: gpio: fix %llu warning in gpio-watch.c
>
>  tools/gpio/gpio-event-mon.c | 4 ++--
>  tools/gpio/gpio-watch.c     | 5 +++--
>  2 files changed, 5 insertions(+), 4 deletions(-)
>
> --
> 2.30.0
>

Applied both patches for fixes.

Thanks!
Bartosz