Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d612bd4 authored by Rashika Kheria's avatar Rashika Kheria Committed by Greg Kroah-Hartman
Browse files

Staging: vt6655: Removal of Unused Function



This patch removes unused function 'RFbShutDown' from file rf.c

Signed-off-by: default avatarRashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5da5804b
Loading
Loading
Loading
Loading
+0 −30
Original line number Original line Diff line number Diff line
@@ -775,36 +775,6 @@ bool RFbInit(
	return bResult;
	return bResult;
}
}


/*
 * Description: RF ShutDown function
 *
 * Parameters:
 *  In:
 *      byBBType
 *      byRFType
 *  Out:
 *      none
 *
 * Return Value: true if succeeded; false if failed.
 *
 */
bool RFbShutDown(
	PSDevice  pDevice
)
{
	bool bResult = true;

	switch (pDevice->byRFType) {
	case RF_AIROHA7230:
		bResult = IFRFbWriteEmbedded(pDevice->PortOffset, 0x1ABAEF00 + (BY_AL7230_REG_LEN << 3) + IFREGCTL_REGW);
		break;
	default:
		bResult = true;
		break;
	}
	return bResult;
}

/*
/*
 * Description: Select channel
 * Description: Select channel
 *
 *