put_device(pdev) will call pdev->type->release finally, and blk_free_devt
has been called in part_release(), so remove it.
Signed-off-by: weiping zhang <redacted>
---
block/partition-generic.c | 1 -
1 file changed, 1 deletion(-)
On Fri, Aug 18, 2017 at 11:54:45PM +0800, weiping zhang wrote:
quoted hunk
put_device(pdev) will call pdev->type->release finally, and blk_free_devt
has been called in part_release(), so remove it.
Signed-off-by: weiping zhang <redacted>
---
block/partition-generic.c | 1 -
1 file changed, 1 deletion(-)