[PATCH 2/8] mmc: handle add_disk() return value

2015-11-08 Thread Vishnu Pratap Singh
This patch handles add_disk() return value. Earlier add_disk() function doesn't handle error cases, now it is added, so the callers of this function should also handle it. Signed-off-by: Vishnu Pratap Singh --- Verfied on X86 based ubuntu machine. --- This patch depends on [PATCH 1/8]

[PATCH 2/8] mmc: handle add_disk() return value

2015-11-08 Thread Vishnu Pratap Singh
This patch handles add_disk() return value. Earlier add_disk() function doesn't handle error cases, now it is added, so the callers of this function should also handle it. Signed-off-by: Vishnu Pratap Singh --- Verfied on X86 based ubuntu machine. --- This patch depends

Re: [PATCH 2/8] mmc: handle add_disk() return value

2015-11-06 Thread Ulf Hansson
On 6 November 2015 at 13:22, Vishnu Pratap Singh wrote: > This patch handles add_disk() return value. > Earlier add_disk() function doesn't handle error > cases, now it is added, so the callers of this function > should also handle it. > > Verfied on X86 based ubuntu machine. > This patch

[PATCH 2/8] mmc: handle add_disk() return value

2015-11-06 Thread Vishnu Pratap Singh
This patch handles add_disk() return value. Earlier add_disk() function doesn't handle error cases, now it is added, so the callers of this function should also handle it. Verfied on X86 based ubuntu machine. This patch depends on [PATCH 1/8] block/genhd.c: Add error handling Signed-off-by:

Re: [PATCH 2/8] mmc: handle add_disk() return value

2015-11-06 Thread Ulf Hansson
On 6 November 2015 at 13:22, Vishnu Pratap Singh wrote: > This patch handles add_disk() return value. > Earlier add_disk() function doesn't handle error > cases, now it is added, so the callers of this function > should also handle it. > > Verfied on X86 based ubuntu

[PATCH 2/8] mmc: handle add_disk() return value

2015-11-06 Thread Vishnu Pratap Singh
This patch handles add_disk() return value. Earlier add_disk() function doesn't handle error cases, now it is added, so the callers of this function should also handle it. Verfied on X86 based ubuntu machine. This patch depends on [PATCH 1/8] block/genhd.c: Add error handling Signed-off-by: