Change-Id: I3d1ed76bf58557a5d9b614d272017b76ccc84c15
Signed-off-by: Sung-hun Kim <sfoon.kim@samsung.com>
id = atoi(tokens[1]);
/* expect start, set_attrs, exit calls */
- if (request_type != REQUEST_START && request_type != REQUEST_SET_ATTRS
- && request_type != REQUEST_EXIT) {
+ if (request_type != REQUEST_START && request_type != REQUEST_SET_ATTRS) {
_E("client-%d: state: %d Invalid request type: %s client-%d",
client->id, client->state,
request_type_str[request_type], client->id);