scst_copy_mgr: Remove a superfluous cast

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6631 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-11-09 19:40:04 +00:00
parent 8a09beb37d
commit 072c508384

View File

@@ -1976,7 +1976,7 @@ out_unlock_free:
void sess_cm_list_id_cleanup_work_fn(struct delayed_work *work)
{
struct scst_session *sess = container_of((struct delayed_work *)work,
struct scst_session *sess = container_of(work,
struct scst_session, sess_cm_list_id_cleanup_work);
struct scst_cm_list_id *l, *t;
unsigned long cur_time = jiffies;