Re: [PATCH] bus: ti-sysc: Use 2-factor allocator calls

2018-07-05 Thread Tony Lindgren
Hi, * Kees Cook [180704 17:29]: > As done treewide already, switch from open-coded multiplication to the > 2-factor allocation helpers. I just sent a pull request for your previous version of this patch with you in Cc. Regards, Tony

[PATCH] bus: ti-sysc: Use 2-factor allocator calls

2018-07-04 Thread Kees Cook
As done treewide already, switch from open-coded multiplication to the 2-factor allocation helpers. Signed-off-by: Kees Cook --- drivers/bus/ti-sysc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/bus/ti-sysc.c b/drivers/bus/ti-sysc.c index 1cc29629d238..80d