mmc: clean up empty lines in .c and .h files

This commit is contained in:
Mateusz Guzik 2020-09-01 22:07:26 +00:00
parent 577858c836
commit 56feefccc7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365205
2 changed files with 0 additions and 2 deletions

View File

@ -1478,7 +1478,6 @@ dwmmc_cam_action(struct cam_sim *sim, union ccb *ccb)
}
case XPT_SET_TRAN_SETTINGS:
{
dwmmc_cam_settran_settings(sc, ccb);
ccb->ccb_h.status = CAM_REQ_CMP;
break;

View File

@ -130,7 +130,6 @@ static const struct mmc_quirk mmc_quirks[] = {
*/
{ 0x70, MMC_QUIRK_OID_ANY, "V10008", MMC_QUIRK_BROKEN_TRIM },
{ 0x70, MMC_QUIRK_OID_ANY, "V10016", MMC_QUIRK_BROKEN_TRIM },
{ 0x0, 0x0, NULL, 0x0 }
};