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

Commit 436708b8 authored by LuK1337's avatar LuK1337
Browse files

disp: msm: sde: Fix strict-prototypes error

Change-Id: I2c6d8f58782ee52225916bf10b572bb08054f443
parent 06fbccbb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ static int _dsc_calc_ob_max_addr(struct sde_hw_dsc *hw_dsc, int num_ss)
	return 0;
}

static inline _dsc_subblk_offset(struct sde_hw_dsc *hw_dsc, int s_id,
static inline int _dsc_subblk_offset(struct sde_hw_dsc *hw_dsc, int s_id,
		u32 *idx)
{
	const struct sde_dsc_sub_blks *sblk;
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@

#define VDC_CTL_BLOCK_SIZE         0x300

static inline _vdc_subblk_offset(struct sde_hw_vdc *hw_vdc, int s_id,
static inline int _vdc_subblk_offset(struct sde_hw_vdc *hw_vdc, int s_id,
		u32 *idx)
{
	int rc = 0;