Hi Andy,
On 18 May 2017 at 10:01, wrote:
> On Wed, May 3, 2017 at 5:36 AM, Simon Glass wrote:
>> Hi Andy,
>>
>> On 24 April 2017 at 02:04, Andy Shevchenko wrote:
>>> On Mon, Apr 24, 2017 at 5:02 AM, Simon Glass wrote:
At present this code is inline. Move it into a function to allow it to
On Wed, May 3, 2017 at 5:36 AM, Simon Glass wrote:
> Hi Andy,
>
> On 24 April 2017 at 02:04, Andy Shevchenko wrote:
>> On Mon, Apr 24, 2017 at 5:02 AM, Simon Glass wrote:
>>> At present this code is inline. Move it into a function to allow it to
>>> be used elsewhere.
>>>
>>> Signed-off-by: Simo
On Wed, May 3, 2017 at 5:36 AM, Simon Glass wrote:
> Hi Andy,
>
> On 24 April 2017 at 02:04, Andy Shevchenko wrote:
>> On Mon, Apr 24, 2017 at 5:02 AM, Simon Glass wrote:
>>> At present this code is inline. Move it into a function to allow it to
>>> be used elsewhere.
>>>
>>> Signed-off-by: Simo
Hi Andy,
On 24 April 2017 at 02:04, Andy Shevchenko wrote:
> On Mon, Apr 24, 2017 at 5:02 AM, Simon Glass wrote:
>> At present this code is inline. Move it into a function to allow it to
>> be used elsewhere.
>>
>> Signed-off-by: Simon Glass
>
>> +static int blk_next_free_devnum(enum if_type if
On Mon, Apr 24, 2017 at 5:02 AM, Simon Glass wrote:
> At present this code is inline. Move it into a function to allow it to
> be used elsewhere.
>
> Signed-off-by: Simon Glass
> +static int blk_next_free_devnum(enum if_type if_type)
> +{
> + int ret;
> +
> + ret = blk_find_max_devnu
At present this code is inline. Move it into a function to allow it to
be used elsewhere.
Signed-off-by: Simon Glass
---
drivers/block/blk-uclass.c | 22 --
1 file changed, 16 insertions(+), 6 deletions(-)
diff --git a/drivers/block/blk-uclass.c b/drivers/block/blk-uclass.c
6 matches
Mail list logo