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

Commit ce2c966c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clock-local2: Update F_END macro to match data type"

parents 9cfd1b16 3bfb21fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -41,7 +41,7 @@ struct clk_freq_tbl {
	const unsigned	sys_vdd;
};

#define FREQ_END	(UINT_MAX-1)
#define FREQ_END	(ULONG_MAX-1)
#define F_END { .freq_hz = FREQ_END }

/*