Re: [PATCH 1/2] KVM: PPC: booke: Use min() in watchdog_next_timeout()
Ritesh Harjani (IBM) <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded |
|---|---|
| Message-ID | <se4skpum.ritesh.list__3827.27084668062$1785979226$gmane$org@gmail.com> |
Thorsten Blum <[email protected]> writes: > Replace min_t() with the simpler min() macro since the values are > unsigned and compatible. > > Signed-off-by: Thorsten Blum <[email protected]> Looks good to me. Feel free to add: Reviewed-by: Ritesh Harjani (IBM) <[email protected]>