Re: [PATCH 2/3] docs: hwmon: (ltc2945): change type of val to ULL in ltc2945_val_to_reg()

2020-11-08 Thread Alexandru Ardelean
On Fri, Nov 6, 2020 at 3:14 PM Guenter Roeck wrote: > > On Fri, Nov 06, 2020 at 12:18:24PM +0200, Alexandru Ardelean wrote: > > In order to account for any potential overflows that could occur. > > > > Signed-off-by: Alexandru Ardelean > > --- > > drivers/hwmon/ltc2945.c | 14 +++--- > >

Re: [PATCH 2/3] docs: hwmon: (ltc2945): change type of val to ULL in ltc2945_val_to_reg()

2020-11-06 Thread Guenter Roeck
On Fri, Nov 06, 2020 at 12:18:24PM +0200, Alexandru Ardelean wrote: > In order to account for any potential overflows that could occur. > > Signed-off-by: Alexandru Ardelean > --- > drivers/hwmon/ltc2945.c | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git

[PATCH 2/3] docs: hwmon: (ltc2945): change type of val to ULL in ltc2945_val_to_reg()

2020-11-06 Thread Alexandru Ardelean
In order to account for any potential overflows that could occur. Signed-off-by: Alexandru Ardelean --- drivers/hwmon/ltc2945.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/hwmon/ltc2945.c b/drivers/hwmon/ltc2945.c index 1cea710df668..75d997d31e01