From db7a657f3c2de202e8d648b03bc25bcd9a4de1d8 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Tue, 3 Mar 2015 22:41:22 +0200 Subject: [PATCH] sata_dwc_460ex: re-use hsdev->dev instead of dwc_dev This patch re-uses hsdev->dev which is allocated on heap. Therefore, the private structure, which is global variable, is reduced by one field. In one case ap->dev is used and there it seems to be right decision. Signed-off-by: Andy Shevchenko Signed-off-by: Tejun Heo --- Reading git-format-patch failed