Re: [PATCH 4/4] axonram: Delete an unnecessary variable initialisation in axon_ram_probe()

2017-08-04 Thread Tyrel Datwyler
On 08/03/2017 12:17 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Thu, 3 Aug 2017 20:34:00 +0200 > > The local variable "rc" will eventually be set only to an error code. > Thus omit the explicit initialisation at the beginning. > > Signed-off-by:

Re: [PATCH 4/4] axonram: Delete an unnecessary variable initialisation in axon_ram_probe()

2017-08-04 Thread kbuild test robot
Hi Markus, [auto build test ERROR on powerpc/next] [also build test ERROR on v4.13-rc3 next-20170804] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 4/4] axonram: Delete an unnecessary variable initialisation in axon_ram_probe()

2017-08-03 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 3 Aug 2017 20:34:00 +0200 The local variable "rc" will eventually be set only to an error code. Thus omit the explicit initialisation at the beginning. Signed-off-by: Markus Elfring ---