[PATCH 2/2] mmc: block: remove unused name_idx

2012-08-06 Thread Dirk Behme
With the previous patch mmc: block: mmcblkN: use slot index instead of dynamic name index name_idx is not needed any more. Signed-off-by: Dirk Behme dirk.be...@de.bosch.com CC: Jassi Brar jaswinder.si...@linaro.org CC: Chris Ball c...@laptop.org --- drivers/mmc/card/block.c | 16

Re: [PATCH 1/2] mmc: block: mmcblkN: use slot index instead of dynamic name index

2012-08-06 Thread Chris Ball
Hi, On Mon, Aug 06 2012, Dirk Behme wrote: On embedded devices, often there is a combination of removable mmc devices (e.g. MMC/SD cards) and hard wired ones (e.g. eMMC). Depending on the hardware configuration, the 'mmcblkN' node might change if the removable device is available or not at

Re: [PATCH 1/2] mmc: block: mmcblkN: use slot index instead of dynamic name index

2012-08-06 Thread Jassi Brar
On 6 August 2012 21:01, Chris Ball c...@laptop.org wrote: Hi, On Mon, Aug 06 2012, Dirk Behme wrote: On embedded devices, often there is a combination of removable mmc devices (e.g. MMC/SD cards) and hard wired ones (e.g. eMMC). Depending on the hardware configuration, the 'mmcblkN' node